From: root Date: Wed, 4 Jan 2006 03:16:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=2734cbe806e26da0eebc97c7929d941b2fc6beab;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/rxvtperl.xs b/src/rxvtperl.xs index bc086495..e60bf84b 100644 --- a/src/rxvtperl.xs +++ b/src/rxvtperl.xs @@ -503,7 +503,7 @@ PROTOTYPES: ENABLE BOOT: { -# define export_const(name) newCONSTSUB (gv_stashpv ("urxvt", 1), #name, newSViv (name)); +# define export_const(name) newCONSTSUB (gv_stashpv ("urxvt", 1), # name, newSViv (name)); AV *hookname = get_av ("urxvt::HOOKNAME", 1); # define def(sym) av_store (hookname, HOOK_ ## sym, newSVpv (# sym, 0)); # include "hookinc.h" diff --git a/src/version.h b/src/version.h index ac5ca8b7..19eee0a2 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ // VERSION _must_ be \d.\d+ -#define VERSION "6.2" -#define DATE "2006-01-02" +#define VERSION "6.3" +#define DATE "2006-01-04" diff --git a/src/xdefaults.C b/src/xdefaults.C index 54ca3dc6..179bf21e 100644 --- a/src/xdefaults.C +++ b/src/xdefaults.C @@ -261,8 +261,8 @@ optList[] = { BOOL (Rs_secondaryScroll, "secondaryScroll", "ssr", Opt_secondaryScroll, "enable secondary screen scroll"), #endif #if ENABLE_PERL - STRG (Rs_perl_lib, "perl-lib", 0, "string", "colon-separated directories with extension scripts"), - STRG (Rs_perl_eval, "perl-eval", 0, "string", "code to be evaluated after all extensions have been loaded"), + STRG (Rs_perl_lib, "perl-lib", "perl-lib", "string", "colon-separated directories with extension scripts"), + STRG (Rs_perl_eval, "perl-eval", "perl-eval", "string", "code to be evaluated after all extensions have been loaded"), STRG (Rs_perl_ext, "perl-ext", "pe", "string", "colon-separated list of perl extensions to enable"), #endif #if 0 && TODO