projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
020b533
)
[asperl] asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
Gurusamy Sarathy [Fri, 29 May 1998 08:33:56 +0000 (08:33 +0000)]
p4raw-id: //depot/asperl@1059
util.c
patch
|
blob
|
blame
|
history
diff --git
a/util.c
b/util.c
index
704ad89
..
5aebe10
100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-1827,6
+1827,8
@@
my_popen(char *cmd, char *mode)
if (pid == 0) {
GV* tmpgv;
+#undef THIS
+#undef THAT
#define THIS that
#define THAT This
PerlLIO_close(p[THAT]);