* src/output.c (output_skeleton): Don't hard wire the inclusion of

c.m4.
* data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
* data/glr.cc: Do not include stack.hh.
This commit is contained in:
Akim Demaille
2006-01-02 16:26:17 +00:00
parent 3953ed882a
commit 0a96ba819f
3 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
m4_divert(-1) -*- C -*-
# GLR skeleton for Bison
# Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
# Copyright (C) 2002, 2003, 2004, 2005, 2006 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
@@ -19,6 +19,8 @@ m4_divert(-1) -*- C -*-
# 02110-1301 USA
m4_include(b4_pkgdatadir/[c.m4])
## ---------------- ##
## Default values. ##
## ---------------- ##

View File

@@ -20,7 +20,7 @@ m4_divert(-1) -*- C -*-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
m4_include(b4_pkgdatadir/[c.m4])
## ---------------- ##
## Default values. ##