ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Urlader/Urlader.xs
(Generate patch)

Comparing Urlader/Urlader.xs (file contents):
Revision 1.1 by root, Mon Jan 2 09:23:03 2012 UTC vs.
Revision 1.2 by root, Sat Jan 7 19:30:05 2012 UTC

22 static const struct { 22 static const struct {
23 const char *name; 23 const char *name;
24 IV iv; 24 IV iv;
25 } *civ, const_iv[] = { 25 } *civ, const_iv[] = {
26# define const_iv(name) { # name, (IV) name }, 26# define const_iv(name) { # name, (IV) name },
27 const_iv (MAX_ARGC)
28 const_iv (MAX_ARGS)
29 const_iv (T_NULL) 27 const_iv (T_NULL)
30 const_iv (T_META) 28 const_iv (T_META)
31 const_iv (T_ENV) 29 const_iv (T_ENV)
32 const_iv (T_ARG) 30 const_iv (T_ARG)
33 const_iv (T_DIR) 31 const_iv (T_DIR)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines