Fix tests.

This commit is contained in:
David Anderson
2014-07-05 00:44:46 -07:00
parent 0e4b913312
commit 680a8e0283
2 changed files with 29 additions and 4 deletions
+1
View File
@@ -264,6 +264,7 @@ typedef struct svalue_s {
#define DECLFLAG_ENUMROOT 0x08 // Multi-dimensional arrays should have an enumroot.
#define DECLFLAG_MAYBE_FUNCTION 0x10 // Might be a named function.
#define DECLFLAG_DYNAMIC_ARRAYS 0x20 // Dynamic arrays are allowed.
#define DECLFLAG_OLD 0x40 // Known old-style declaration.
#define DECLMASK_NAMED_DECL (DECLFLAG_ARGUMENT | DECLFLAG_VARIABLE | DECLFLAG_MAYBE_FUNCTION)
typedef struct {