mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* tests/atlocal.at (GCC): New. * tests/synclines.at (AT_TEST_SYNCLINE): New macro. (Prologue synch line, ,%union synch line, Postprologue synch line) (Action synch line, Epilogue synch line): New tests. * src/reader.c (parse_union_decl): Define the muscle stype_line. * data/bison.simple, data/bison.c++: Use it.
14 lines
345 B
Bash
14 lines
345 B
Bash
# @configure_input@ -*- shell-script -*-
|
|
# Configurable variable values for Bison test suite.
|
|
# Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
|
|
|
|
# We need a C compiler.
|
|
CC='@CC@'
|
|
CFLAGS='@CFLAGS@ @WARNING_CFLAGS@ @WERROR_CFLAGS@'
|
|
|
|
# We need `config.h'.
|
|
CPPFLAGS="-I$abs_top_builddir @CPPFLAGS@"
|
|
|
|
# Is the compiler GCC?
|
|
GCC='@GCC@'
|