mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* data/push.c (yypull_parse): Report memory exhaustion and return 2 if yypstate_new returns NULL. (yypstate_new): Return NULL if malloc does. * src/reader.c (packgram): Move translation of rule actions from the beginning of packgram to... (check_and_convert_grammar): ... here right before packgram is invoked so it's easier to write more complete comments, and remove redundant code.
25 lines
1.0 KiB
Makefile
25 lines
1.0 KiB
Makefile
## Copyright (C) 2002, 2005, 2006, 2007 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
|
|
## the Free Software Foundation; either version 2 of the License, or
|
|
## (at your option) any later version.
|
|
|
|
## This program is distributed in the hope that it will be useful,
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
## 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, write to the Free Software
|
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
|
## 02110-1301 USA
|
|
|
|
dist_pkgdata_DATA = README bison.m4 \
|
|
c-skel.m4 c.m4 yacc.c glr.c push.c \
|
|
c++-skel.m4 c++.m4 location.cc lalr1.cc glr.cc \
|
|
java-skel.m4 java.m4 lalr1.java
|
|
|
|
m4sugardir = $(pkgdatadir)/m4sugar
|
|
dist_m4sugar_DATA = m4sugar/m4sugar.m4
|