git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@39 626c5289-ae23-0410-ae9c-e8d60b6d4f22
24 lines
441 B
Text
24 lines
441 B
Text
/* $Header$ */
|
|
/* Implementation : PERL 5 */
|
|
|
|
#define SWIGPERL
|
|
#define SWIGPERL5
|
|
#ifdef __cplusplus
|
|
/* Needed on some windows machines---since MS plays funny
|
|
games with the header files under C++ */
|
|
#include <math.h>
|
|
#include <stdlib.h>
|
|
extern "C" {
|
|
#endif
|
|
#include "EXTERN.h"
|
|
#include "perl.h"
|
|
#include "XSUB.h"
|
|
|
|
/* Get rid of free and malloc defined by perl */
|
|
#undef free
|
|
#undef malloc
|
|
|
|
#include <string.h>
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|