aboutsummaryrefslogtreecommitdiff
path: root/macro.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-09 00:19:58 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-09 00:19:58 +0100
commitc374807e9d73014ce57eacbbaa56e05460288368 (patch)
treeaf9974aa6b03c9e25c9e42c108d9f25277665b41 /macro.h
parentFix minor memmory error. (diff)
downloadcalp-c374807e9d73014ce57eacbbaa56e05460288368.tar.gz
calp-c374807e9d73014ce57eacbbaa56e05460288368.tar.xz
Extend parsing to handle tree's of vcomponents.
Diffstat (limited to 'macro.h')
-rw-r--r--macro.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macro.h b/macro.h
index 493b9537..b3831086 100644
--- a/macro.h
+++ b/macro.h
@@ -88,6 +88,8 @@
#define SIZE(T) TEMPL(size , T)
#define EMPTY(T) TEMPL(empty , T)
#define PUSH(T) TEMPL(push , T)
+#define PEEK(T) TEMPL(peek , T)
+#define POP(T) TEMPL(pop , T)
#define GET(T) TEMPL(get , T)
#endif /* MACRO_H */