summaryrefslogtreecommitdiff
path: root/glcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcpp.h')
-rw-r--r--glcpp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/glcpp.h b/glcpp.h
index f3760fa7a4..6bd6e66a7c 100644
--- a/glcpp.h
+++ b/glcpp.h
@@ -127,16 +127,9 @@ struct glcpp_parser {
struct hash_table *defines;
string_list_t *active;
int space_tokens;
- expansion_node_t *expansions;
- int just_printed_separator;
- int need_newline;
skip_node_t *skip_stack;
};
-void
-glcpp_parser_push_expansion_argument (glcpp_parser_t *parser,
- int argument_index);
-
glcpp_parser_t *
glcpp_parser_create (void);