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 by root, Fri Feb 3 07:11:35 2006 UTC vs.
Revision 1.2 by root, Fri Feb 3 07:28:22 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;
1940char *yytext; 1940char *yytext;
1941#line 1 "loader.l" 1941#line 1 "loader.l"
1942#line 2 "loader.l" 1942#line 2 "loader.l"
1943/* 1943/*
1944 * static char *rcsid_object_c = 1944 * static char *rcsid_object_c =
1945 * "$Id: loader.c,v 1.1 2006/02/03 07:11:35 root Exp $"; 1945 * "$Id: loader.c,v 1.2 2006/02/03 07:28:22 root Exp $";
1946 */ 1946 */
1947 1947
1948/* 1948/*
1949 CrossFire, A Multiplayer game for X-windows 1949 CrossFire, A Multiplayer game for X-windows
1950 1950
5256 return b; 5256 return b;
5257} 5257}
5258 5258
5259/** Setup the input buffer state to scan a string. The next call to yylex() will 5259/** Setup the input buffer state to scan a string. The next call to yylex() will
5260 * scan from a @e copy of @a str. 5260 * scan from a @e copy of @a str.
5261 * @param str a NUL-terminated string to scan 5261 * @param yy_str a NUL-terminated string to scan
5262 * 5262 *
5263 * @return the newly allocated buffer state object. 5263 * @return the newly allocated buffer state object.
5264 * @note If you want to scan bytes that may contain NUL values, then use 5264 * @note If you want to scan bytes that may contain NUL values, then use
5265 * yy_scan_bytes() instead. 5265 * yy_scan_bytes() instead.
5266 */ 5266 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines