projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7894fba
)
perl_run() should call my_exit(0) for normal completion
Gurusamy Sarathy [Sun, 4 Jul 1999 20:29:32 +0000 (20:29 +0000)]
p4raw-id: //depot/perl@3572
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
4c1eecc
..
22593fb
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-1088,6
+1088,8
@@
S_run_body(pTHX_ va_list args)
CALLRUNOPS(aTHX);
}
+ my_exit(0);
+ /* NOTREACHED */
return NULL;
}