--- rxvt-unicode/src/rxvtperl.h 2006/01/02 15:35:43 1.1 +++ rxvt-unicode/src/rxvtperl.h 2006/01/02 20:35:39 1.3 @@ -18,12 +18,10 @@ }; enum hook_type { - HOOK_LOAD, - - HOOK_INIT, + HOOK_INIT = 0, // special, hardcoded + HOOK_DESTROY = 1, // values in urxvt.pm HOOK_RESET, HOOK_START, - HOOK_DESTROY, HOOK_SEL_BEGIN, HOOK_SEL_EXTEND, @@ -57,7 +55,7 @@ extern struct rxvt_perl_interp rxvt_perl; #else -#define PERL_INVOKE(args) (void)0 +# define PERL_INVOKE(args) false #endif #endif