1
Fork 0
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:
Richard M. Stallman 1994-08-17 22:50:36 +00:00
parent 8881ad9a94
commit 5db82c9d72

View file

@ -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 \
{ \