summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2005-10-19 19:19:23 +0300
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-19 13:09:09 +0000
commit1215b447b68a44982cbab6532e02152be37089dd (patch)
tree2665654b97ea7cb12d14984f093c7ef0d6afcb52 /perl.h
parent823a54a3e80592bb1d7f6b5fc487f84a3411e104 (diff)
downloadperl-1215b447b68a44982cbab6532e02152be37089dd.tar.gz
blead 25801: Symbian batch of today
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25804
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index fd34ea3044..9d4845792b 100644
--- a/perl.h
+++ b/perl.h
@@ -190,6 +190,11 @@
#define CALLREG_INTUIT_STRING CALL_FPTR(PL_regint_string)
#define CALLREGFREE CALL_FPTR(PL_regfree)
+/* XXX The PERL_UNUSED_DECL suffix is unfortunately rather inflexible:
+ * it assumes that in all compilers the way to suppress an "unused"
+ * warning is to have a suffix. In some compilers that might be a
+ * a compiler pragma, e.g. #pragma unused(varname). */
+
#if defined(__SYMBIAN32__) && defined(__GNUC__)
# ifdef __cplusplus
# define PERL_UNUSED_DECL