mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 18:53:04 +00:00
* data/glr.c: Correct typo in Emacs-mode directive. Slightly
reorganize first lines parallel to yacc.c.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
|
||||||
|
|
||||||
|
* data/glr.c: Correct typo in Emacs-mode directive. Slightly
|
||||||
|
reorganize first lines parallel to yacc.c.
|
||||||
|
|
||||||
2002-06-28 Akim Demaille <akim@epita.fr>
|
2002-06-28 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
|
* data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
m4_divert(-1) -*- YYC -*-
|
m4_divert(-1) -*- C -*-
|
||||||
|
m4_include([c.m4])
|
||||||
|
|
||||||
# GLR skeleton for Bison
|
# GLR skeleton for Bison
|
||||||
# Copyright (C) 2002 Free Software Foundation, Inc.
|
# Copyright (C) 2002 Free Software Foundation, Inc.
|
||||||
@@ -18,10 +19,6 @@ m4_divert(-1) -*- YYC -*-
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||||
# 02111-1307 USA
|
# 02111-1307 USA
|
||||||
|
|
||||||
m4_include([c.m4])
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# b4_lhs_value([TYPE])
|
# b4_lhs_value([TYPE])
|
||||||
# --------------------
|
# --------------------
|
||||||
# Expansion of $<TYPE>$.
|
# Expansion of $<TYPE>$.
|
||||||
|
|||||||
Reference in New Issue
Block a user