Test for fix of parse error.

Try REALLY hard to detect constant expressions...
This commit is contained in:
David F. Skoll
2010-04-21 13:23:26 -04:00
parent 0e827a457d
commit b266b399ba
8 changed files with 252 additions and 181 deletions
+1
View File
@@ -41,6 +41,7 @@ typedef struct {
char const *name;
char minargs;
char maxargs;
char is_constant;
int (*func)(func_info *);
} BuiltinFunc;