summaryrefslogtreecommitdiff
path: root/glcpp-parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'glcpp-parse.y')
-rw-r--r--glcpp-parse.y4
1 files changed, 4 insertions, 0 deletions
diff --git a/glcpp-parse.y b/glcpp-parse.y
index 16d2a28a00..6f158d9139 100644
--- a/glcpp-parse.y
+++ b/glcpp-parse.y
@@ -133,6 +133,10 @@ content:
printf ("%s", $1);
talloc_free ($1);
}
+| FUNC_MACRO {
+ printf ("%s", $1);
+ talloc_free ($1);
+ }
| macro {
_print_string_list ($1);
}