summaryrefslogtreecommitdiff
path: root/lang/joos/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'lang/joos/patches/patch-ad')
-rw-r--r--lang/joos/patches/patch-ad30
1 files changed, 30 insertions, 0 deletions
diff --git a/lang/joos/patches/patch-ad b/lang/joos/patches/patch-ad
new file mode 100644
index 00000000000..8d31181184b
--- /dev/null
+++ b/lang/joos/patches/patch-ad
@@ -0,0 +1,30 @@
+$NetBSD: patch-ad,v 1.1 2002/05/08 15:42:03 jschauma Exp $
+
+--- A+/joos.y.orig Thu Aug 5 12:42:37 1999
++++ A+/joos.y Wed May 8 11:24:41 2002
+@@ -347,7 +347,7 @@
+ makeSTATEMENTexp($7)
+ )
+ )
+- )
++ );
+ }
+ ;
+
+@@ -361,7 +361,7 @@
+ makeSTATEMENTexp($7)
+ )
+ )
+- )
++ );
+ }
+ ;
+
+@@ -469,6 +469,7 @@
+ {$$ = makeEXPnot($2);}
+ | castexpression
+ {$$ = $1;}
++;
+
+ castexpression : '(' expression ')' unaryexpressionnotminus
+ {if ($2->kind!=idK) yyerror("identifier expected");