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

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.62 by root, Wed Sep 20 21:53:50 2006 UTC vs.
Revision 1.63 by root, Mon Oct 2 15:28:36 2006 UTC

1081MODULE = cf PACKAGE = cf PREFIX = cf_ 1081MODULE = cf PACKAGE = cf PREFIX = cf_
1082 1082
1083BOOT: 1083BOOT:
1084{ 1084{
1085 HV *stash = gv_stashpv ("cf", 1); 1085 HV *stash = gv_stashpv ("cf", 1);
1086
1087 newCONSTSUB (stash, "VERSION", newSVpv (VERSION, sizeof (VERSION) - 1));
1086 1088
1087 static const struct { 1089 static const struct {
1088 const char *name; 1090 const char *name;
1089 IV iv; 1091 IV iv;
1090 } *civ, const_iv[] = { 1092 } *civ, const_iv[] = {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines