summaryrefslogtreecommitdiff
path: root/glcpp/glcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcpp/glcpp.h')
-rw-r--r--glcpp/glcpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glcpp/glcpp.h b/glcpp/glcpp.h
index 45bbff3ad4..4a2489a96d 100644
--- a/glcpp/glcpp.h
+++ b/glcpp/glcpp.h
@@ -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;