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

Comparing deliantra/server/common/loader.c (file contents):
Revision 1.1.1.2 by elmex, Wed Feb 22 18:01:20 2006 UTC vs.
Revision 1.3 by elmex, Wed Feb 22 18:53:48 2006 UTC

321 321
322#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) 322#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
323 323
324/* Begin user sect3 */ 324/* Begin user sect3 */
325 325
326#define yywrap(n) 1 326#define yywrap() 1
327#define YY_SKIP_YYWRAP 327#define YY_SKIP_YYWRAP
328 328
329typedef unsigned char YY_CHAR; 329typedef unsigned char YY_CHAR;
330 330
331FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; 331FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
1945char *yytext; 1945char *yytext;
1946#line 1 "loader.l" 1946#line 1 "loader.l"
1947#line 2 "loader.l" 1947#line 2 "loader.l"
1948/* 1948/*
1949 * static char *rcsid_object_c = 1949 * static char *rcsid_object_c =
1950 * "$Id: loader.c,v 1.1.1.2 2006/02/22 18:01:20 elmex Exp $"; 1950 * "$Id: loader.c,v 1.3 2006/02/22 18:53:48 elmex Exp $";
1951 */ 1951 */
1952 1952
1953/* 1953/*
1954 CrossFire, A Multiplayer game for X-windows 1954 CrossFire, A Multiplayer game for X-windows
1955 1955
5316 return b; 5316 return b;
5317} 5317}
5318 5318
5319/** Setup the input buffer state to scan a string. The next call to yylex() will 5319/** Setup the input buffer state to scan a string. The next call to yylex() will
5320 * scan from a @e copy of @a str. 5320 * scan from a @e copy of @a str.
5321 * @param str a NUL-terminated string to scan 5321 * @param yy_str a NUL-terminated string to scan
5322 * 5322 *
5323 * @return the newly allocated buffer state object. 5323 * @return the newly allocated buffer state object.
5324 * @note If you want to scan bytes that may contain NUL values, then use 5324 * @note If you want to scan bytes that may contain NUL values, then use
5325 * yy_scan_bytes() instead. 5325 * yy_scan_bytes() instead.
5326 */ 5326 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines