mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 03:20:39 -08:00
Comment fix.
This commit is contained in:
parent
8881ad9a94
commit
5db82c9d72
1 changed files with 1 additions and 4 deletions
|
|
@ -1083,10 +1083,7 @@ void staticpro();
|
|||
|
||||
#define UNGCPRO (gcprolist = gcpro1.next)
|
||||
|
||||
/* Evaluate expr, UNGCPRO, and then return the value of expr. I used
|
||||
to have a `do ... while' clause around this to make it interact
|
||||
with semicolons correctly, but this makes some compilers complain
|
||||
that the while is never reached. */
|
||||
/* Evaluate expr, UNGCPRO, and then return the value of expr. */
|
||||
#define RETURN_UNGCPRO(expr) \
|
||||
do \
|
||||
{ \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue