Mercurial > emacs
diff src/lisp.h @ 8560:42b300c5ac5d
Comment fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 17 Aug 1994 22:50:36 +0000 |
| parents | abbe65c17b55 |
| children | 232f6277bb8a |
line wrap: on
line diff
--- a/src/lisp.h Wed Aug 17 22:33:37 1994 +0000 +++ b/src/lisp.h Wed Aug 17 22:50:36 1994 +0000 @@ -1083,10 +1083,7 @@ #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 \ { \
