ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtperl.xs
(Generate patch)

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.21 by root, Wed Jan 4 02:37:30 2006 UTC vs.
Revision 1.22 by root, Wed Jan 4 03:16:15 2006 UTC

501 501
502PROTOTYPES: ENABLE 502PROTOTYPES: ENABLE
503 503
504BOOT: 504BOOT:
505{ 505{
506# define export_const(name) newCONSTSUB (gv_stashpv ("urxvt", 1), #name, newSViv (name)); 506# define export_const(name) newCONSTSUB (gv_stashpv ("urxvt", 1), # name, newSViv (name));
507 AV *hookname = get_av ("urxvt::HOOKNAME", 1); 507 AV *hookname = get_av ("urxvt::HOOKNAME", 1);
508# define def(sym) av_store (hookname, HOOK_ ## sym, newSVpv (# sym, 0)); 508# define def(sym) av_store (hookname, HOOK_ ## sym, newSVpv (# sym, 0));
509# include "hookinc.h" 509# include "hookinc.h"
510# undef def 510# undef def
511 511

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines