about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Src/parse.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4b0ad82b..49eb2bda6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-04  Peter Stephenson  <pws@pwstephenson.fsnet.co.uk>
+
+	* 17283: Src/parse.c: `func() { ... } this bit was ignored'.
+
 2002-06-05  Peter Stephenson  <pws@csr.com>
 
 	* 17285: David Wolfe <dwolfe@gforcetech.com>:
diff --git a/Src/parse.c b/Src/parse.c
index 542a9791b..f60063bfd 100644
--- a/Src/parse.c
+++ b/Src/parse.c
@@ -1587,6 +1587,8 @@ par_simple(int *complex, int nr)
 	    ecbuf[p] = WCB_FUNCDEF(ecused - 1 - p);
 
 	    isfunc = 1;
+	    isnull = 0;
+	    break;
 	} else
 	    break;
 	isnull = 0;