summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-08-18 12:58:38 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-08-21 16:38:35 -0700
commit541377b1bd73cdee43dd47958251827cfdc59320 (patch)
treef41b9042edd1e71110e72d7568da6c560db3a3d7 /perl.h
parent75e16a44f58a9b54834e043a988a36289179c4ab (diff)
downloadperl-541377b1bd73cdee43dd47958251827cfdc59320.tar.gz
Static inline functions for SvPADTMP and SvPADSTALE
This allows non-GCC compilers to have assertions and avoids repeating the macros.
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/perl.h b/perl.h
index 9c7a027bab..3a9490fd90 100644
--- a/perl.h
+++ b/perl.h
@@ -5083,9 +5083,6 @@ END_EXTERN_C
#undef PERLVARI
#undef PERLVARIC
-/* Static inline functions that depend on headers included above */
-#include "inline.h"
-
START_EXTERN_C
/* dummy variables that hold pointers to both runops functions, thus forcing
@@ -5153,6 +5150,8 @@ EXTCONST bool PL_valid_types_NV_set[];
#endif
+/* Static inline funcs that depend on includes and declarations above */
+#include "inline.h"
#include "overload.h"