Diff for /embedaddon/ipsec-tools/src/racoon/prsa_par.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 22:39:10 version 1.1.1.2, 2014/06/15 16:37:12
Line 1 Line 1
   /* A Bison parser, made by GNU Bison 2.6.2.  */
   
/* A Bison parser, made by GNU Bison 2.4.1.  *//* Bison interface for Yacc-like parsers in C
 
/* Skeleton interface for Bison's Yacc-like parsers in C 
         
      Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006      Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.
   Free Software Foundation, Inc. 
         
    This program is free software: you can redistribute it and/or modify     This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
Line 32 Line 30
    This special exception was added by the Free Software Foundation in     This special exception was added by the Free Software Foundation in
    version 2.2 of Bison.  */     version 2.2 of Bison.  */
   
   #ifndef PRSA_PRSA_PAR_H
   # define PRSA_PRSA_PAR_H
   /* Enabling traces.  */
   #ifndef YYDEBUG
   # define YYDEBUG 0
   #endif
   #if YYDEBUG
   extern int prsadebug;
   #endif
   
 /* Tokens.  */  /* Tokens.  */
 #ifndef YYTOKENTYPE  #ifndef YYTOKENTYPE
Line 87 Line 94
   
   
   
   
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED  #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE  typedef union YYSTYPE
 {  {
/* Line 2049 of yacc.c  */
/* Line 1676 of yacc.c  */ 
 #line 130 "prsa_par.y"  #line 130 "prsa_par.y"
   
         BIGNUM *bn;          BIGNUM *bn;
Line 102  typedef union YYSTYPE Line 107  typedef union YYSTYPE
         struct netaddr *naddr;          struct netaddr *naddr;
   
   
/* Line 2049 of yacc.c  */
/* Line 1676 of yacc.c  */#line 112 "prsa_par.h"
#line 108 "prsa_par.h" 
 } YYSTYPE;  } YYSTYPE;
 # define YYSTYPE_IS_TRIVIAL 1  # define YYSTYPE_IS_TRIVIAL 1
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */  # define yystype YYSTYPE /* obsolescent; will be withdrawn */
Line 113  typedef union YYSTYPE Line 117  typedef union YYSTYPE
   
 extern YYSTYPE prsalval;  extern YYSTYPE prsalval;
   
   #ifdef YYPARSE_PARAM
   #if defined __STDC__ || defined __cplusplus
   int prsaparse (void *YYPARSE_PARAM);
   #else
   int prsaparse ();
   #endif
   #else /* ! YYPARSE_PARAM */
   #if defined __STDC__ || defined __cplusplus
   int prsaparse (void);
   #else
   int prsaparse ();
   #endif
   #endif /* ! YYPARSE_PARAM */
   
   #endif /* !PRSA_PRSA_PAR_H  */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>