Fix warnings, merge, and check my code in
[satune.git] / src / AST / ops.h
index 3b3e3c39bd11bf6ae9f2275d4b72de4d3e353716..b330d1bedfd77a1a5cdc53508ada60dfb2bd51ad 100644 (file)
@@ -25,4 +25,7 @@ typedef enum OverFlowBehavior OverFlowBehavior;
 
 enum BooleanType {ORDERCONST, BOOLEANVAR, LOGICOP, COMPARE};
 typedef enum BooleanType BooleanType;
+
+enum FunctionType {TABLEFUNC, OPERATORFUNC};
+typedef enum FunctionType FunctionType;
 #endif