Fix warnings, merge, and check my code in
[satune.git] / src / AST / function.h
index e22ec7524bcb9194418082da8d7f25e4b940141d..3f2a1a9310f2dd077cce62762535455e25c09edb 100644 (file)
@@ -5,7 +5,6 @@
 #include "ops.h"
 #include "structs.h"
 
 #include "ops.h"
 #include "structs.h"
 
-
 #define GETFUNCTIONTYPE(o) (((Function*)o)->type)
 
 struct Function{
 #define GETFUNCTIONTYPE(o) (((Function*)o)->type)
 
 struct Function{