* src/eval.c (ASSIGN): New enumerator.
commit86d1592143bc69e22487a60cdae46179cb0dede1
authorEric Blake <ebb9@byu.net>
Tue, 9 Jan 2007 16:12:43 +0000 (9 16:12 +0000)
committerEric Blake <ebb9@byu.net>
Fri, 21 Sep 2007 21:39:21 +0000 (21 15:39 -0600)
tree6594d8b6d10f98108804b27864d94d05939cca57
parentbf6a3ea4ec67ec824bbf8aa3385ad0d560232a14
* src/eval.c (ASSIGN): New enumerator.
(eval_lex): Recognize '='.
(equality_term): Treat '=' like '==', but warn that it is
deprecated.
* doc/m4.texinfo (Eval): Document and test this.
(Incompatibilities): Document the POSIX incompatibility.
* NEWS: Document this change.
ChangeLog
NEWS
doc/m4.texinfo
src/eval.c