root/libswish3/trunk/bindings/perl/xs_boiler.h
| Revision 2014, 264 bytes (checked in by karpet, 8 months ago) |
|---|
| Line | |
|---|---|
| 1 | /* |
| 2 | * Standard XS greeting. |
| 3 | */ |
| 4 | #ifdef __cplusplus |
| 5 | extern "C" { |
| 6 | #endif |
| 7 | #define PERL_NO_GET_CONTEXT |
| 8 | #include "EXTERN.h" |
| 9 | #include "perl.h" |
| 10 | #include "XSUB.h" |
| 11 | #include "ppport.h" |
| 12 | #ifdef __cplusplus |
| 13 | } |
| 14 | #endif |
| 15 | |
| 16 | #ifdef EXTERN |
| 17 | #undef EXTERN |
| 18 | #endif |
| 19 | |
| 20 | #define EXTERN static |
Note: See TracBrowser for help on using the browser.
