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 1834 by michael, Fri Apr 19 19:50:27 2013 UTC vs.
Revision 1835 by michael, Fri Apr 19 19:51:37 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 495 | Line 495 | extern int yydebug;
495   #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
496   typedef union YYSTYPE
497   {
498 < /* Line 2058 of yacc.c  */
498 > /* Line 2053 of yacc.c  */
499   #line 138 "conf_parser.y"
500  
501    int number;
502    char *string;
503  
504  
505 < /* Line 2058 of yacc.c  */
505 > /* Line 2053 of yacc.c  */
506   #line 507 "conf_parser.h"
507   } YYSTYPE;
508   # define YYSTYPE_IS_TRIVIAL 1

Diff Legend

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