]> code.delx.au - gnu-emacs/commit
Remove the deprecated INTERNAL_FIELD macro by expanding it
authorOleh Krehel <ohwoeowho@gmail.com>
Thu, 23 Apr 2015 10:36:22 +0000 (12:36 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Wed, 29 Apr 2015 06:53:55 +0000 (08:53 +0200)
commitf66b16c3659ed3d58ce700190b22001db77d9bfd
tree02fb1ccf25cfdf5de20094b8f598cc30fb6b1747
parent4594f894e60a50e3b5449d762b44a6c69b1bcae6
Remove the deprecated INTERNAL_FIELD macro by expanding it

* src/lisp.h (INTERNAL_FIELD): Remove.
(DEFVAR_KBOARD): Modify accordingly.

* alloc.c, buffer.c, buffer.h, category.c, keyboard.c, keyboard.h:
* syntax.c: Adjust users.
* src/buffer.c (compact_buffer): Use BVAR.
src/alloc.c
src/buffer.c
src/buffer.h
src/category.c
src/keyboard.c
src/keyboard.h
src/lisp.h
src/syntax.c