From 71868fa053192f7250373eb984690f8e27cbb247 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 3 Oct 2013 08:21:31 +0000 Subject: the symbol for nonExist in the GF runtime should be the last. this simplifies the binary search in the C runtime --- src/runtime/c/pgf/data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/runtime/c') diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h index 2d7fc450e..f4513d240 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -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 { -- cgit v1.2.3