Stick to ASCII for now.

This commit is contained in:
Paul Eggert
2003-02-24 21:06:17 +00:00
parent f939fc12fe
commit ba1ecc079b
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
and Doxygen'ed documentation of class Position. and Doxygen'ed documentation of class Position.
(location.hh): Use it. (location.hh): Use it.
Document a` la Doxygen. Document a` la Doxygen.
With the help of Benoît Perrot. With the help of Benoit Perrot.
2003-02-20 Akim Demaille <[email protected]> 2003-02-20 Akim Demaille <[email protected]>
@@ -6748,7 +6748,7 @@
* tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
its argument. its argument.
Reported by Peter Hámorský. Reported by Peter Hamorsky.
2001-12-05 Akim Demaille <[email protected]> 2001-12-05 Akim Demaille <[email protected]>
+1 -1
View File
@@ -47,7 +47,7 @@ Pascal Bart [email protected]
Paul Eggert [email protected] Paul Eggert [email protected]
Paul Hilfinger [email protected] Paul Hilfinger [email protected]
Per Allansson [email protected] Per Allansson [email protected]
Peter Hámorský [email protected] Peter Hamorsky [email protected]
Piotr Gackiewicz [email protected] Piotr Gackiewicz [email protected]
Quoc Peyrot [email protected] Quoc Peyrot [email protected]
R Blake [email protected] R Blake [email protected]
+2 -2
View File
@@ -161,7 +161,7 @@ There are a couple of proposed outputs:
which is based on Bison. which is based on Bison.
<http://www.goice.co.jp/member/mo/hack-progs/bison-java.html> <http://www.goice.co.jp/member/mo/hack-progs/bison-java.html>
Sébastien Serrurier ([email protected]) is working on this: he is Sebastien Serrurier ([email protected]) is working on this: he is
expected to contact the authors, design the output, and implement it expected to contact the authors, design the output, and implement it
into Bison. into Bison.
@@ -324,7 +324,7 @@ the parser with a means to create the (visual) parse tree.
----- -----
Copyright (C) 2001, 2002 Free Software Foundation, Inc. Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Bison. This file is part of GNU Bison.
+2 -2
View File
@@ -2,7 +2,7 @@ divert(-1)# -*- Autoconf -*-
# This file is part of Autoconf. # This file is part of Autoconf.
# Base M4 layer. # Base M4 layer.
# Requires GNU M4. # Requires GNU M4.
# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc. # Copyright (C) 1999, 2000, 2001, 2002, 2003 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
@@ -844,7 +844,7 @@ m4_define([m4_undivert],
# m4_require'd. # m4_require'd.
# #
# The implementation is based on two ideas, (i) using diversions to # The implementation is based on two ideas, (i) using diversions to
# prepare the expansion of the macro and its dependencies (by François # prepare the expansion of the macro and its dependencies (by Franc,ois
# Pinard), and (ii) expand the most recently m4_require'd macros _after_ # Pinard), and (ii) expand the most recently m4_require'd macros _after_
# the previous macros (by Axel Thimm). # the previous macros (by Axel Thimm).
# #