summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/com_err/parse.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-10-25 19:52:37 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:34 +0100
commit5d482b634d601fe15cc64cd2945deb882789c528 (patch)
tree4c7ccaa04960d50204c8bd1d1cb5562d79a04417 /source4/heimdal/lib/com_err/parse.h
parent13d7fbb51aa04a6b5e1f241b74b2e271dbda81bb (diff)
downloadsamba-5d482b634d601fe15cc64cd2945deb882789c528.tar.gz
samba-5d482b634d601fe15cc64cd2945deb882789c528.tar.bz2
samba-5d482b634d601fe15cc64cd2945deb882789c528.zip
r25734: regenerate yacc output (parse.[ch] files)
metze (This used to be commit cb3aec0d22e87086d8f922b7d8f0a2530842053f)
Diffstat (limited to 'source4/heimdal/lib/com_err/parse.h')
-rw-r--r--source4/heimdal/lib/com_err/parse.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/source4/heimdal/lib/com_err/parse.h b/source4/heimdal/lib/com_err/parse.h
index d73bf6f163..9aabca9023 100644
--- a/source4/heimdal/lib/com_err/parse.h
+++ b/source4/heimdal/lib/com_err/parse.h
@@ -16,7 +16,9 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>. */
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
/* As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
@@ -62,13 +64,13 @@
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
-#line 53 "parse.y"
+#line 53 "heimdal/lib/com_err/parse.y"
{
char *string;
int number;
}
/* Line 1489 of yacc.c. */
-#line 74 "parse.h"
+#line 74 "heimdal/lib/com_err/parse.y"
YYSTYPE;
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1