diff --git a/src/token_types.h b/src/token_types.h index 8aaf0aff..23248767 100644 --- a/src/token_types.h +++ b/src/token_types.h @@ -71,4 +71,6 @@ #define is_special_token(type) ((type) == EMAIL || (type) == URL || (type) == US_PHONE || (type) == INTL_PHONE) +#define is_whitespace(type) ((type) == WHITESPACE) + #endif