diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-12-14 15:30:25 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-12-14 15:30:25 +0000 |
commit | 0f3f18a6c338e0fd84bde3ccfc0a15b37809c32a (patch) | |
tree | 96500dd04d5a05e308c254a38a579ab97048f52f /miniperlmain.c | |
parent | 1b171b8dc5d8ea8bdfc47634b7dd4589627bd142 (diff) | |
download | perl-0f3f18a6c338e0fd84bde3ccfc0a15b37809c32a.tar.gz |
#undef new PERLVARIC macro in appropriate places
p4raw-id: //depot/ansiperl@365
Diffstat (limited to 'miniperlmain.c')
-rw-r--r-- | miniperlmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miniperlmain.c b/miniperlmain.c index b6c5c65b4d..190c7fb17b 100644 --- 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); |