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 | 0e95caeca9a8647de219fe16f710ed28e868685c (patch) | |
tree | a35ff87d9da86c1344b4f8193ae495211cacbd78 /perlapi.c | |
parent | 96c28a846dfcceaa96b93d9d0ac9b6b10c02cc16 (diff) | |
download | perl-0e95caeca9a8647de219fe16f710ed28e868685c.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) |