summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
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"