diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-09-27 14:54:00 +0300 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-27 08:33:36 +0000 |
commit | e0f47ab05340542a20fdb51678ee2c4d326a9098 (patch) | |
tree | a7de7d9c0255079608e88f8de7a5e45b4c39c569 /symbian | |
parent | 149c1637f9ccfb0115aa2ef613b82cf441e6dd11 (diff) | |
download | perl-e0f47ab05340542a20fdb51678ee2c4d326a9098.tar.gz |
5.9.x@25609 Symbian update
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25612
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/PerlApp.cpp | 2 | ||||
-rw-r--r-- | symbian/config.sh | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/symbian/PerlApp.cpp b/symbian/PerlApp.cpp index 319a59118c..8271fcd518 100644 --- a/symbian/PerlApp.cpp +++ b/symbian/PerlApp.cpp @@ -26,7 +26,7 @@ #include "PerlApp.hrh" #include "PerlApp.rsg" -#include "patchlevel.h" +#include "perl.h" #include "PerlBase.h" const TUid KPerlAppUid = { 0x102015F6 }; diff --git a/symbian/config.sh b/symbian/config.sh index 731dd5c45c..82a4444f54 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -223,6 +223,8 @@ d_longlong='undef' d_lseekproto='undef' d_lstat='undef' d_madvise='undef' +d_malloc_size='undef' +d_malloc_good_size='undef' d_mblen='undef' d_mbstowcs='undef' d_mbtowc='undef' |