mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 22:35:25 +00:00
More portable internet addresses; fix endian bug; fix parser bugs
This commit is contained in:
@@ -66,6 +66,6 @@
|
||||
#define LAST_TOKEN RANGE
|
||||
|
||||
#define is_identifier(x) ((x) >= FIRST_TOKEN && \
|
||||
(x) <= FIRST_TOKEN && \
|
||||
(x) <= LAST_TOKEN && \
|
||||
(x) != STRING && \
|
||||
(x) != NUMBER)
|
||||
|
Reference in New Issue
Block a user