summaryrefslogtreecommitdiff
path: root/glcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcpp.h')
-rw-r--r--glcpp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/glcpp.h b/glcpp.h
index e5be1a6cd6..5c8c304a9c 100644
--- a/glcpp.h
+++ b/glcpp.h
@@ -128,6 +128,9 @@ struct glcpp_parser {
struct hash_table *defines;
string_list_t *active;
int space_tokens;
+ int newline_as_space;
+ int in_control_line;
+ int paren_count;
skip_node_t *skip_stack;
token_list_t *lex_from_list;
token_node_t *lex_from_node;