projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b171b8
)
#undef new PERLVARIC macro in appropriate places
author
Nick Ing-Simmons
<nik@tiuk.ti.com>
Sun, 14 Dec 1997 15:30:25 +0000
(15:30 +0000)
committer
Nick Ing-Simmons
<nik@tiuk.ti.com>
Sun, 14 Dec 1997 15:30:25 +0000
(15:30 +0000)
p4raw-id: //depot/ansiperl@365
miniperlmain.c
patch
|
blob
|
history
perl.h
patch
|
blob
|
history
diff --git
a/miniperlmain.c
b/miniperlmain.c
index b6c5c65b4d3e448fa83e27c2d8c520cb766d6592..190c7fb17bea8a0c780ae55a71651b0c0e193614 100644
(file)
--- a/
miniperlmain.c
+++ b/
miniperlmain.c
@@
-32,7
+32,7
@@
char **env;
#include "perlvars.h"
#undef PERLVAR
#undef PERLVARI
-#undef PERLVARC
+#undef PERLVAR
I
C
#endif
PERL_SYS_INIT(&argc,&argv);
diff --git
a/perl.h
b/perl.h
index a2aefa349ec80c21d50ab9342e9ebb5d9d95e99e..351fd8e89f21512061d3e8a7b68820378742ee27 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)
/*