summaryrefslogtreecommitdiff
path: root/devel/ragel/files/patch-ragel__rlparse.y
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ragel/files/patch-ragel__rlparse.y')
-rw-r--r--devel/ragel/files/patch-ragel__rlparse.y11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ragel/files/patch-ragel__rlparse.y b/devel/ragel/files/patch-ragel__rlparse.y
new file mode 100644
index 000000000000..353aec0dcc26
--- /dev/null
+++ b/devel/ragel/files/patch-ragel__rlparse.y
@@ -0,0 +1,11 @@
+--- ragel/rlparse.y.orig Mon May 15 01:28:37 2006
++++ ragel/rlparse.y Sat May 20 14:19:21 2006
+@@ -1092,7 +1092,7 @@
+ } |
+ Factor {
+ $$ = $1;
+- }
++ };
+
+ /* The highest level in precedence. Atomic machines such as references to other
+ * machines, literal machines, regular expressions or Expressions in side of