aboutsummaryrefslogtreecommitdiff
path: root/www/harvest/files/patch-src::gatherer::essence::pp_rules.y
diff options
context:
space:
mode:
Diffstat (limited to 'www/harvest/files/patch-src::gatherer::essence::pp_rules.y')
-rw-r--r--www/harvest/files/patch-src::gatherer::essence::pp_rules.y10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/harvest/files/patch-src::gatherer::essence::pp_rules.y b/www/harvest/files/patch-src::gatherer::essence::pp_rules.y
new file mode 100644
index 000000000000..9bef0cf1cd4b
--- /dev/null
+++ b/www/harvest/files/patch-src::gatherer::essence::pp_rules.y
@@ -0,0 +1,10 @@
+--- src/gatherer/essence/pp_rules.y.orig Mon Mar 17 07:18:10 1997
++++ src/gatherer/essence/pp_rules.y Wed Nov 13 09:06:33 2002
+@@ -65,6 +65,7 @@
+ ;
+
+ condition : condattr condop condstr { $$ = mk_cond ($1, $2, $3); }
++ ;
+
+ condattr : word { $$ = $1; }
+ ;