summaryrefslogtreecommitdiff
path: root/glcpp/glcpp-parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'glcpp/glcpp-parse.y')
-rw-r--r--glcpp/glcpp-parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/glcpp/glcpp-parse.y b/glcpp/glcpp-parse.y
index 88a30f8..6beac18 100644
--- a/glcpp/glcpp-parse.y
+++ b/glcpp/glcpp-parse.y
@@ -1312,7 +1312,7 @@ _glcpp_parser_expand_token_list (glcpp_parser_t *parser,
token_list_t *list)
{
token_node_t *node_prev;
- token_node_t *node, *last;
+ token_node_t *node, *last = NULL;
token_list_t *expansion;
if (list == NULL)