Fix up "missing braces" warning.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 20 Jul 2010 15:26:53 +0000 (17:26 +0200)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 20 Jul 2010 15:26:53 +0000 (17:26 +0200)
commitd5273788df4b8e6f4a266bfac3fd63ac10265dc7
tree8aa8e0aed73a0d937d4a244d85523a06b1fe4eba
parenta628ad9d974d15b9fbab527e0151377d23b5aeae
Fix up "missing braces" warning.
* src/eval.c (Feval, Ffuncall): Use the new names.
* src/lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
(DEFUN): Add braces around the union initialisation and use ## to
specify the right union alternative and avoid a cast.
src/ChangeLog
src/eval.c
src/lisp.h