diff options
author | Nicholas Clark <nick@ccl4.org> | 2001-08-28 13:10:26 +0100 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-08-28 10:13:21 +0000 |
commit | 7409d7190cf6c057fdad5f6134646f347f12e367 (patch) | |
tree | bcc049399fd375fe47a22c8085de20f6a3d53762 /op.h | |
parent | 7f0faf35b479c8e2ccb91c0d387fb02bbef20b6f (diff) | |
download | perl-7409d7190cf6c057fdad5f6134646f347f12e367.tar.gz |
odd typo in op.h
Message-Id: <20010828121026.V4950@plum.flirble.org>
p4raw-id: //depot/perl@11770
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -461,7 +461,7 @@ struct loop { #define PERL_LOADMOD_IMPORT_OPS 0x4 #ifdef USE_REENTRANT_API -er + typedef struct { struct tm* tmbuff; } REBUF; |