diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-11-07 15:32:15 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-07 11:39:57 +0000 |
commit | d0d72822ba0a68d160ea4c98ca80f24b8f73969b (patch) | |
tree | 735ce6a98b4d91d05a26f9573f8e62ca8f91738f /symbian/symbianish.h | |
parent | 7d0beb42a2610634ab455d4519a64df3ca90bc2f (diff) | |
download | perl-d0d72822ba0a68d160ea4c98ca80f24b8f73969b.tar.gz |
Symbian update blead@26025
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@26030
Diffstat (limited to 'symbian/symbianish.h')
-rw-r--r-- | symbian/symbianish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/symbian/symbianish.h b/symbian/symbianish.h index 4f06e0a217..a3f795f380 100644 --- a/symbian/symbianish.h +++ b/symbian/symbianish.h @@ -143,7 +143,7 @@ pid_t wait(int *status); #undef PERL_EXPORT_C #define PERL_EXPORT_C EXPORT_C /* for perlio.h */ -#define PERL_CALLCONV EXPORT_C /* for prototype.h */ +#define PERL_CALLCONV EXPORT_C /* for proto.h */ #undef PERL_XS_EXPORT_C #define PERL_XS_EXPORT_C EXPORT_C |