]> git.eshelyaron.com Git - emacs.git/commit
Port struct Lisp_Subr to C99
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Apr 2022 02:44:03 +0000 (19:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Apr 2022 02:47:37 +0000 (19:47 -0700)
commit9751250adb1333da55fcadb363266214d0782bb9
tree465703e9cf4327e945c94d4c95058100916e373b
parent75dfc1e8706d994bd7b18a24360847fd12bd5af0
Port struct Lisp_Subr to C99

* src/lisp.h (struct Lisp_Subr): Don’t use an anonymous union,
a feature missing from C99 and not supported by older OS X.
All uses changed.
src/alloc.c
src/comp.c
src/data.c
src/eval.c
src/lisp.h
src/pdumper.c