• Stefan Monnier's avatar
    Fix up "missing braces" warning. · d5273788
    Stefan Monnier authored
    * 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.
    d5273788
eval.c 105 KB