summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-08-16 21:54:53 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-08-21 16:38:34 -0700
commit25468daabce05c6c76ace4055995f92d166fc9ff (patch)
tree492a436f026b4d88551d5f1ed19e88dab1cbb7b2 /perl.h
parent3e8f87004884b2cadf2a57b6e12ef9a977913e0e (diff)
downloadperl-25468daabce05c6c76ace4055995f92d166fc9ff.tar.gz
[perl #113718] Add inline.h
We can put static inline functions here, and they can depend on function prototypes and struct definitions from other header files.
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 14f9083282..9c7a027bab 100644
--- a/perl.h
+++ b/perl.h
@@ -5083,6 +5083,9 @@ 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