glcpp: Add line locations to "Unterminated #if" error message.
This commit is contained in:
@@ -131,6 +131,7 @@ typedef enum skip_type {
|
||||
|
||||
typedef struct skip_node {
|
||||
skip_type_t type;
|
||||
YYLTYPE loc; /* location of the initial #if/#elif/... */
|
||||
struct skip_node *next;
|
||||
} skip_node_t;
|
||||
|
||||
|
Reference in New Issue
Block a user