diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-10-18 19:07:28 +0300 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-18 12:48:17 +0000 |
commit | 9969cdde14140755eb30d589cbe9cc9376b9fe3d (patch) | |
tree | 00a2c0b69c962497b48178b857a64fcb322eb9a3 /util.h | |
parent | 9649b81b974723b45fde1b99b473c7d475db6cbd (diff) | |
download | perl-9969cdde14140755eb30d589cbe9cc9376b9fe3d.tar.gz |
missed some SYMBIAN ifdefs
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25790
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ || ((f)[0] == '\\' && (f)[1] == '\\') /* UNC path */ \ || ((f)[3] == ':')) /* volume name, currently only sys */ # else /* !NETWARE */ -# if defined( DOSISH) || defined(EPOC) || defined(SYMBIAN) +# if defined(DOSISH) || defined(EPOC) || defined(__SYMBIAN32__) # define PERL_FILE_IS_ABSOLUTE(f) \ (*(f) == '/' \ || ((f)[0] && (f)[1] == ':')) /* drive name */ |