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

Comparing deliantra/server/include/cfperl.h (file contents):
Revision 1.92 by root, Thu Dec 20 08:24:01 2007 UTC vs.
Revision 1.93 by root, Sun Jan 13 12:14:52 2008 UTC

388 AV *av; // perl part 388 AV *av; // perl part
389 int linenum; 389 int linenum;
390 keyword kw; 390 keyword kw;
391 char *kw_str; // the keyword parsed, as string 391 char *kw_str; // the keyword parsed, as string
392 char *value; // the value, or 0 if no value 392 char *value; // the value, or 0 if no value
393 char *value_nn; // the value, or the empty string if no value 393 const char *value_nn; // the value, or the empty string if no value
394 const char *name; 394 const char *name;
395 395
396 operator bool () const { return !!text; } 396 operator bool () const { return !!text; }
397 397
398 object_thawer (const char *path = 0); 398 object_thawer (const char *path = 0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines