For consistency added termlist prepend macro.
This commit is contained in:
parent
93cbb3e0f8
commit
61c905e922
@ -82,5 +82,6 @@ Termlist termlistMinusTermlist (const Termlist tlbig, const Termlist tlsmall);
|
|||||||
|
|
||||||
#define TERMLISTADD(l,t) l = termlistAdd (l,t)
|
#define TERMLISTADD(l,t) l = termlistAdd (l,t)
|
||||||
#define TERMLISTAPPEND(l,t) l = termlistAppend (l,t)
|
#define TERMLISTAPPEND(l,t) l = termlistAppend (l,t)
|
||||||
|
#define TERMLISTPREPEND(l,t) l = termlistPrepend (l,t)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user