aboutsummaryrefslogtreecommitdiff
path: root/biology/nab/files/patch-nabgrm.y
diff options
context:
space:
mode:
Diffstat (limited to 'biology/nab/files/patch-nabgrm.y')
-rw-r--r--biology/nab/files/patch-nabgrm.y11
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/nab/files/patch-nabgrm.y b/biology/nab/files/patch-nabgrm.y
new file mode 100644
index 000000000000..78ff31d21884
--- /dev/null
+++ b/biology/nab/files/patch-nabgrm.y
@@ -0,0 +1,11 @@
+--- src/nabgrm.y.orig Tue Oct 29 13:04:56 2002
++++ src/nabgrm.y Tue Oct 29 13:40:29 2002
+@@ -244,7 +244,7 @@
+ expr_stmt : expr SYM_SEMICOLON
+ { CG_genmain(); CG_genexpr( $1 );
+ CG_genop( NULL, SYM_SEMICOLON ); } ;
+-if_stmt : if_hdr stmt ;
++if_stmt : if_hdr stmt
+ | if_hdr stmt SYM_ELSE
+ { CG_genrword( SYM_ELSE ); } stmt ;
+ for_stmt : for_hdr stmt ;