]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
SYM_STAT is gone.
authorMartin Mares <mj@ucw.cz>
Mon, 15 Nov 1999 11:34:51 +0000 (11:34 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 15 Nov 1999 11:34:51 +0000 (11:34 +0000)
conf/conf.h

index 47b67e7a362babb7d70226e8b4c968b30cfb1085..ec8be407f5c14a685664542f5f92fe3117a2812a 100644 (file)
@@ -61,12 +61,11 @@ struct symbol {
 #define SYM_VOID 0
 #define SYM_PROTO 1
 #define SYM_NUMBER 2
-#define SYM_STAT 3 /* statement */
-#define SYM_FUNCTION 5
-#define SYM_FILTER 6
-#define SYM_TABLE 7
+#define SYM_FUNCTION 3
+#define SYM_FILTER 4
+#define SYM_TABLE 5
 
-#define SYM_VARIABLE 0x100     /* Reserved 0x100..0x1ff */
+#define SYM_VARIABLE 0x100     /* 0x100-0x1ff are variable types */
 
 extern int conf_lino;