aboutsummaryrefslogtreecommitdiff
path: root/etpo/grammar.h
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-03-31 16:25:03 +0200
committerGuido Günther <agx@sigxcpu.org>2013-03-31 16:25:03 +0200
commit589f31ff7858558b36d03e3abf24c96b3c001c50 (patch)
tree3955d872468d735adf63f7257757d4d9cb343820 /etpo/grammar.h
parentwatch: ignore archive extension (diff)
parentNew upstream version 3.8.0 (diff)
downloadkrb5-auth-dialog-589f31ff7858558b36d03e3abf24c96b3c001c50.tar.gz
krb5-auth-dialog-589f31ff7858558b36d03e3abf24c96b3c001c50.tar.bz2
krb5-auth-dialog-589f31ff7858558b36d03e3abf24c96b3c001c50.zip
Merge tag 'upstream/3.8.0'
Upstream version 3.8.0 # gpg: Signature made So 31 Mär 2013 16:25:02 CEST # gpg: using DSA key 0x9FCF2CCD3F3E6426 # gpg: please do a --check-trustdb # gpg: Good signature from "Guido Günther <agx@sigxcpu.org>" # gpg: aka "Guido Guenther <agx@debian.org>" # gpg: aka "Guido Guenther <agx@sigxcpu.org>"
Diffstat (limited to 'etpo/grammar.h')
-rw-r--r--etpo/grammar.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/etpo/grammar.h b/etpo/grammar.h
index 130dd20..ec5624f 100644
--- a/etpo/grammar.h
+++ b/etpo/grammar.h
@@ -1,10 +1,8 @@
+/* A Bison parser, made by GNU Bison 2.5. */
-/* A Bison parser, made by GNU Bison 2.4.1. */
-
-/* Skeleton interface for Bison's Yacc-like parsers in C
+/* Bison interface for Yacc-like parsers in C
- Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
- Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
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
@@ -66,7 +64,7 @@
typedef union YYSTYPE
{
-/* Line 1676 of yacc.c */
+/* Line 2068 of yacc.c */
#line 26 "grammar.y"
char *sval;
@@ -74,8 +72,8 @@ typedef union YYSTYPE
-/* Line 1676 of yacc.c */
-#line 79 "grammar.h"
+/* Line 2068 of yacc.c */
+#line 77 "grammar.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
bgstack15