]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add ADD, BREAK, ELSE, ELSIF, IF, MATCH, SUBCLASS, SPAWN and WITH tokens
authorTed Lemon <source@isc.org>
Thu, 25 Jun 1998 03:32:58 +0000 (03:32 +0000)
committerTed Lemon <source@isc.org>
Thu, 25 Jun 1998 03:32:58 +0000 (03:32 +0000)
includes/dhctoken.h

index b99ab7dad0a1444a6e3a28377b0e3341bf5a2499..d26f7bd4c9e619bbdda38e2cd815e746fc2579a8 100644 (file)
 #define SUFFIX         338
 #define CHECK          339
 #define EXTRACT_INT    340
+#define IF             341
+#define ADD            342
+#define BREAK          343
+#define ELSE           344
+#define ELSIF          345
+#define SUBCLASS       346
+#define        MATCH           347
+#define SPAWN          348
+#define WITH           349
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \
                                 (x) != STRING &&       \