--- rxvt-unicode/src/rxvtperl.h 2006/01/06 03:40:19 1.10 +++ rxvt-unicode/src/rxvtperl.h 2006/01/06 18:33:30 1.12 @@ -15,9 +15,9 @@ DT_END, DT_INT, DT_LONG, - DT_STRING, - DT_STRING_LEN, - DT_USTRING_LEN, + DT_STR, + DT_STR_LEN, + DT_WCS_LEN, DT_XEVENT, }; @@ -44,7 +44,7 @@ #else # define SHOULD_INVOKE(htype) false -# define PERL_INVOKE(args) false +# define HOOK_INVOKE(args) false #endif #endif