the symbol for nonExist in the GF runtime should be the last. this simplifies the binary search in the C runtime

This commit is contained in:
kr.angelov
2013-10-03 08:21:31 +00:00
parent 84c1422e6f
commit 357ddfb5d3
2 changed files with 4 additions and 4 deletions

View File

@@ -178,8 +178,8 @@ typedef enum {
PGF_SYMBOL_VAR,
PGF_SYMBOL_KS,
PGF_SYMBOL_KP,
PGF_SYMBOL_NE,
PGF_SYMBOL_BIND
PGF_SYMBOL_BIND,
PGF_SYMBOL_NE
} PgfSymbolTag;
typedef struct {