summaryrefslogtreecommitdiff
path: root/src/expr/kind_prologue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/kind_prologue.h')
-rw-r--r--src/expr/kind_prologue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr/kind_prologue.h b/src/expr/kind_prologue.h
index 08468385b..32a96dcd9 100644
--- a/src/expr/kind_prologue.h
+++ b/src/expr/kind_prologue.h
@@ -27,3 +27,5 @@ enum Kind_t {
UNDEFINED_KIND = -1,
/** Null Kind */
NULL_EXPR,
+ /** The kind of nodes representing built-in operators */
+ BUILTIN,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback