]> code.delx.au - gnu-emacs/commit
Port to strict C99 offsetof
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Mar 2016 15:42:15 +0000 (08:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Mar 2016 15:43:32 +0000 (08:43 -0700)
commit6da3a6dc9e3e9ac3d7bb666410926ebc4a078505
tree0311cc7cfbc87700fa709a19a13a510f7430cb65
parentde7601f149a5fedc1f3f62c62ba94b9d0e3d2069
Port to strict C99 offsetof

* src/bidi.c (bidi_copy_it):
* src/lisp.h (CHAR_TABLE_EXTRA_SLOTS):
Use only a single identifier as the second argument of offsetof.
Found by using clang -pedantic.
src/bidi.c
src/lisp.h