projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1b171b8
)
#undef new PERLVARIC macro in appropriate places
Nick Ing-Simmons [Sun, 14 Dec 1997 15:30:25 +0000 (15:30 +0000)]
p4raw-id: //depot/ansiperl@365
miniperlmain.c
patch
|
blob
|
blame
|
history
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/miniperlmain.c
b/miniperlmain.c
index
b6c5c65
..
190c7fb
100644
(file)
--- a/
miniperlmain.c
+++ b/
miniperlmain.c
@@
-32,7
+32,7
@@
char **env;
#include "perlvars.h"
#undef PERLVAR
#undef PERLVARI
-#undef PERLVARC
+#undef PERLVARIC
#endif
PERL_SYS_INIT(&argc,&argv);
diff --git
a/perl.h
b/perl.h
index
a2aefa3
..
351fd8e
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-1710,6
+1710,7
@@
typedef struct perl_thread *Thread;
#undef PERLVAR
#undef PERLVARI
+#undef PERLVARIC
#if defined(HASATTRIBUTE) && defined(WIN32)
/*