projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
58a50f6
)
[asperl] add AS patch#22 (fix to make die_exit.t pass)
Gurusamy Sarathy [Wed, 27 May 1998 16:18:30 +0000 (16:18 +0000)]
p4raw-id: //depot/asperl@1037
win32/runperl.c
patch
|
blob
|
blame
|
history
diff --git
a/win32/runperl.c
b/win32/runperl.c
index
9f8c26a
..
ccb8806
100644
(file)
--- a/
win32/runperl.c
+++ b/
win32/runperl.c
@@
-938,6
+938,7
@@
public:
win32_fprintf(stderr, "Error: Parse exception\n");
retVal = -1;
}
+ *win32_errno() = 0;
return retVal;
};
inline int PerlRun(void)