diff options
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ #define Null(type) ((type)NULL) #define Nullch Null(char*) -#define Nullfp Null(FILE*) +#define Nullfp Null(PerlIO*) #define Nullsv Null(SV*) #ifdef TRUE |