diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-16 21:54:53 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-21 16:38:34 -0700 |
commit | 25468daabce05c6c76ace4055995f92d166fc9ff (patch) | |
tree | 492a436f026b4d88551d5f1ed19e88dab1cbb7b2 /perl.h | |
parent | 3e8f87004884b2cadf2a57b6e12ef9a977913e0e (diff) | |
download | perl-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |