Partial commit for Boolean, Predicate, and Order
[satune.git] / src / function.h
index da5087b579e06373e3e25c193f2f37d79c5f77d2..f023f4aad8dda58bdcae205a83432bcd7e54d309 100644 (file)
@@ -4,5 +4,7 @@
 #include "mymemory.h"
 
 struct Function {
+    
+    Table* table;
 };
 #endif