Hi,

turns out that my patch was not yet working, attached is an even simpler fix.

Cheers,
  Stefan.
diff --git a/parse.y b/parse.y
index 3e108e3..57df757 100644
--- a/parse.y
+++ b/parse.y
@@ -21,6 +21,8 @@
 #include "expr.h"
 %}
 
+%define api.header.include {"parse.h"}
+
 %union {
 	int nil;
 	unsigned long long integer;

Attachment: signature.asc
Description: PGP signature

Reply via email to