Don't include c.m4, as "include" doesn't do what we want.

This commit is contained in:
Paul Eggert
2002-12-26 08:27:09 +00:00
parent 2fd4e13193
commit cce7a5f423
3 changed files with 0 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
m4_divert(-1) -*- C -*-
m4_include([c.m4])
# GLR skeleton for Bison
# Copyright (C) 2002 Free Software Foundation, Inc.

View File

@@ -17,8 +17,6 @@ m4_divert(-1)
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA
m4_include([c.m4])
## ---------------- ##
## Default values. ##
## ---------------- ##

View File

@@ -1,5 +1,4 @@
m4_divert(-1) -*- C -*-
m4_include([c.m4])
# Yacc compatible skeleton for Bison
# Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002