[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bad define semantics in GNU m4
From: |
Richard Stallman |
Subject: |
Re: bad define semantics in GNU m4 |
Date: |
Thu, 03 Jul 2003 11:47:43 -0400 |
How about if we modify m4 so that it disables incompatibilities with
POSIX if the POSIXLY_CORRECT environment variable is set? This is
what the GNU coding standards suggest.
That is an ok solution. I had thought that an option would be more
convenient as an interface, but your argument in favor of using the
envvar seems to make sense.