Separate read and write access to Lisp_Object slots of Lisp_Process.
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 6 Aug 2012 11:16:07 +0000 (15:16 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 6 Aug 2012 11:16:07 +0000 (15:16 +0400)
commit21238f117336d2a3f1e7970832ba05da14d44a03
tree4510c0e3375f14f1e92960896fe24b5fcfe39baf
parent077288cf3f654776ee44bc9b56954c4e26b10d96
Separate read and write access to Lisp_Object slots of Lisp_Process.
* process.h (PGET, PSET): New macros similar to AREF and ASET.
* gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
src/ChangeLog
src/gnutls.c
src/print.c
src/process.c
src/process.h
src/sysdep.c
src/w32.c
src/xdisp.c