static SV*
#ifdef CAN_PROTOTYPE
-deRef(SV * sv, char * string)
+deRef(SV * sv, const char * string)
#else
deRef(sv, string)
SV * sv ;
static SV*
#ifdef CAN_PROTOTYPE
-deRef_l(SV * sv, char * string)
+deRef_l(SV * sv, const char * string)
#else
deRef_l(sv, string)
SV * sv ;
{
dMY_CXT;
SV *my_sv = FILTER_DATA(idx);
- char *nl = "\n";
+ const char *nl = "\n";
char *p;
char *out_ptr;
int n;
void
unimport(package="$Package", ...)
- char *package
+ const char *package
PPCODE:
filter_del(filter_call);