]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add CONCAT token.
authorTed Lemon <source@isc.org>
Thu, 6 May 1999 20:26:46 +0000 (20:26 +0000)
committerTed Lemon <source@isc.org>
Thu, 6 May 1999 20:26:46 +0000 (20:26 +0000)
includes/dhctoken.h

index 04bc42e129850b0aeb930d0b6460533fdec10480..3c7704539b5bf8609a534acac58bb8e643cbd9f8 100644 (file)
@@ -175,6 +175,7 @@ enum dhcp_token {
        TEXT = 395,
        STRING_TOKEN = 396,
        SPACE = 397,
+       CONCAT = 398,
 };
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \