ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/shstr.C
(Generate patch)

Comparing deliantra/server/common/shstr.C (file contents):
Revision 1.29 by root, Fri Apr 11 21:09:52 2008 UTC vs.
Revision 1.30 by root, Sat May 3 11:14:50 2008 UTC

135 } 135 }
136 136
137 curpos = *i; 137 curpos = *i;
138} 138}
139 139
140const shstr shstr_null;
141
140// declare these here to get correct initialisation order 142// declare these here to get correct initialisation order
141#define def(str) const shstr shstr_ ## str (# str); 143#define def(str) const shstr shstr_ ## str (# str);
142# include "shstrinc.h" 144# include "shstrinc.h"
143#undef def 145#undef def
144 146

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines