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

Comparing deliantra/server/include/preprocess (file contents):
Revision 1.1 by root, Thu Aug 31 06:23:19 2006 UTC vs.
Revision 1.2 by root, Thu Aug 31 09:19:34 2006 UTC

246%define class-name kw_lex 246%define class-name kw_lex
247%define lookup-function-name match 247%define lookup-function-name match
248%struct-type 248%struct-type
249%compare-strncmp 249%compare-strncmp
250%delimiters=, 250%delimiters=,
251struct kw { const char *name; enum kw index; }; 251struct keyword_idx { const char *name; enum keyword index; };
252%% 252%%
253EOF 253EOF
254 254
255for (@kw) { 255for (@kw) {
256 printf GPERF "%s,%s\n", $_, "KW_" . uc; 256 printf GPERF "%s,%s\n", $_, "KW_" . uc;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines