ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.h
(Generate patch)

Comparing ircd-hybrid/trunk/src/conf_parser.h (file contents):
Revision 1832 by michael, Fri Apr 19 19:16:09 2013 UTC vs.
Revision 1837 by michael, Sun Apr 21 09:27:27 2013 UTC

# Line 1 | Line 1
1 < /* A Bison parser, made by GNU Bison 2.7.  */
1 > /* A Bison parser, made by GNU Bison 2.7.12-4996.  */
2  
3   /* Bison interface for Yacc-like parsers in C
4    
5 <      Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.
5 >      Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
6    
7     This program is free software: you can redistribute it and/or modify
8     it under the terms of the GNU General Public License as published by
# Line 493 | Line 493 | extern int yydebug;
493   #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
494   typedef union YYSTYPE
495   {
496 < /* Line 2058 of yacc.c  */
496 > /* Line 2053 of yacc.c  */
497   #line 138 "conf_parser.y"
498  
499    int number;
500    char *string;
501  
502  
503 < /* Line 2058 of yacc.c  */
503 > /* Line 2053 of yacc.c  */
504   #line 505 "conf_parser.h"
505   } YYSTYPE;
506   # define YYSTYPE_IS_TRIVIAL 1

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)