diff options
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/a2p.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -151,6 +151,12 @@ char *strcpy(), *strcat(); #endif #endif /* ! STANDARD_C */ +#ifdef __cplusplus +# define PERL_EXPORT_C extern "C" +#else +# define PERL_EXPORT_C extern +#endif + #ifdef VMS # include "handy.h" #else |