diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-10-30 19:37:23 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-10-30 19:37:23 +0000 |
commit | e9e021e644582e6ca1e9f6b4c1f1a8a7c7e2a58d (patch) | |
tree | a35ff87d9da86c1344b4f8193ae495211cacbd78 /perlapi.c | |
parent | f89522bf4daaf3c639b016283ffbace973e9c323 (diff) | |
download | perl-e9e021e644582e6ca1e9f6b4c1f1a8a7c7e2a58d.tar.gz |
Change files which are mysteriously different to mainline to be
copies of mainline.
p4raw-id: //depot/perlio@7492
Diffstat (limited to 'perlapi.c')
-rw-r--r-- | perlapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3439,7 +3439,7 @@ Perl_whichsig(pTHXo_ char* sig) { return ((CPerlObj*)pPerl)->Perl_whichsig(sig); } -#if defined(USE_PURE_BISON) +#ifdef USE_PURE_BISON #else #endif #if defined(MYMALLOC) |