mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
* 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:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
* src/output.c (output_skeleton): Don't hard wire the inclusion of
|
* src/output.c (output_skeleton): Don't hard wire the inclusion of
|
||||||
c.m4.
|
c.m4.
|
||||||
* data/c++.m4: Include c.m4.
|
* data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
|
||||||
* data/glr.cc: Do not include stack.hh.
|
* data/glr.cc: Do not include stack.hh.
|
||||||
|
|
||||||
2006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
|
2006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
m4_divert(-1) -*- C -*-
|
m4_divert(-1) -*- C -*-
|
||||||
|
|
||||||
# GLR skeleton for Bison
|
# 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
|
# 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
|
||||||
@@ -19,6 +19,8 @@ m4_divert(-1) -*- C -*-
|
|||||||
# 02110-1301 USA
|
# 02110-1301 USA
|
||||||
|
|
||||||
|
|
||||||
|
m4_include(b4_pkgdatadir/[c.m4])
|
||||||
|
|
||||||
## ---------------- ##
|
## ---------------- ##
|
||||||
## Default values. ##
|
## Default values. ##
|
||||||
## ---------------- ##
|
## ---------------- ##
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ m4_divert(-1) -*- C -*-
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
# 02110-1301 USA
|
# 02110-1301 USA
|
||||||
|
|
||||||
|
m4_include(b4_pkgdatadir/[c.m4])
|
||||||
|
|
||||||
## ---------------- ##
|
## ---------------- ##
|
||||||
## Default values. ##
|
## Default values. ##
|
||||||
|
|||||||
Reference in New Issue
Block a user