summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2005-10-18 19:07:28 +0300
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-18 12:48:17 +0000
commit9969cdde14140755eb30d589cbe9cc9376b9fe3d (patch)
tree00a2c0b69c962497b48178b857a64fcb322eb9a3 /util.h
parent9649b81b974723b45fde1b99b473c7d475db6cbd (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index 7d373525bf..ff11b78af8 100644
--- a/util.h
+++ b/util.h
@@ -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 */