* lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Mar 2011 01:28:06 +0000 (17:28 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Mar 2011 01:28:06 +0000 (17:28 -0800)
commit7e3ab3026e9b0f783b8aacead1fad668c792e8ab
tree572dc8843e38136cf7845f29ea125355d785417b
parent06b0c8a0ddcb60b00fcf60a3dcd8b7193bca3cc7
* lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,

so that the caller can use some name other than gcpro1.
(GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
(Fx_create_frame, x_create_tip_frame, Fx_show_tip):
(Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
macros.
src/ChangeLog
src/lisp.h