aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--THANKS2
-rw-r--r--src/parser.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/THANKS b/THANKS
index 35aa29e..f41a882 100644
--- a/THANKS
+++ b/THANKS
@@ -6,4 +6,4 @@ Louis Bertrand <louis@bertrandtech.ca>
Nelson H. F. Beebe <beebe@math.utah.edu>
Robert E. Michael <rmichael2@nc.rr.com>
Shigio YAMAGUCHI <shigio@tamacom.com>
-
+Terje Rosten <terje.rosten@ntnu.no>
diff --git a/src/parser.c b/src/parser.c
index 3163920..cdfea4e 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -892,9 +892,11 @@ func_body()
case 0:
if (verbose)
file_error(_("unexpected end of file in function body"), 0);
+ caller = NULL;
return;
}
}
+ caller = NULL;
}
int

Return to:

Send suggestions and report system problems to the System administrator.