]> git.saurik.com Git - bison.git/commit - ChangeLog
* lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Nov 2002 07:37:24 +0000 (07:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Nov 2002 07:37:24 +0000 (07:37 +0000)
commit580043087ea1b0807ea1643cf646fd9e181cdb0b
treed74c46fe0a7857a3d5dcb0916ddd8a1b88696ecc
parent6f5db56451b30c6ad9708cd0fbc299a46d91545e
* lib/argmatch.c, lib/argmatch.h: Sync with gnulib.

Avoid use of <assert.h>, as the GNU Coding Standards hint that one
should use `if (! x) abort ();' rather than `assert (x);', and
anyway it's one less thing to worry about configuring.
ChangeLog