Use xshelper.h in all the C files

This commit is contained in:
gfx
2010-09-15 12:31:01 +09:00
parent 1242ffa4c6
commit 987248ccbb
5 changed files with 1 additions and 109 deletions

View File

@@ -1,15 +1,7 @@
#ifdef __cplusplus
extern "C" {
#endif
#define NEED_newRV_noinc
#define NEED_sv_2pv_flags
#include "xshelper.h"
#ifdef __cplusplus
};
#endif
typedef struct {
int finished;
SV* source;