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

Comparing rxvt-unicode/src/rxvtperl.h (file contents):
Revision 1.9 by root, Fri Jan 6 01:16:58 2006 UTC vs.
Revision 1.12 by root, Fri Jan 6 18:33:30 2006 UTC

13 13
14enum data_type { 14enum data_type {
15 DT_END, 15 DT_END,
16 DT_INT, 16 DT_INT,
17 DT_LONG, 17 DT_LONG,
18 DT_STRING, 18 DT_STR,
19 DT_USTRING_LEN, 19 DT_STR_LEN,
20 DT_WCS_LEN,
20 DT_XEVENT, 21 DT_XEVENT,
21}; 22};
22 23
23enum hook_type { 24enum hook_type {
24# define def(sym) HOOK_ ## sym, 25# define def(sym) HOOK_ ## sym,
41 42
42extern struct rxvt_perl_interp rxvt_perl; 43extern struct rxvt_perl_interp rxvt_perl;
43 44
44#else 45#else
45# define SHOULD_INVOKE(htype) false 46# define SHOULD_INVOKE(htype) false
46# define PERL_INVOKE(args) false 47# define HOOK_INVOKE(args) false
47#endif 48#endif
48 49
49#endif 50#endif
50 51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines