mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 06:45:27 +00:00
Support encode-int token.
This commit is contained in:
@@ -176,6 +176,7 @@ enum dhcp_token {
|
|||||||
STRING_TOKEN = 396,
|
STRING_TOKEN = 396,
|
||||||
SPACE = 397,
|
SPACE = 397,
|
||||||
CONCAT = 398,
|
CONCAT = 398,
|
||||||
|
ENCODE_INT = 399,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define is_identifier(x) ((x) >= FIRST_TOKEN && \
|
#define is_identifier(x) ((x) >= FIRST_TOKEN && \
|
||||||
|
Reference in New Issue
Block a user