diff options
| author | Richard M. Stallman <rms@gnu.org> | 1994-08-17 22:50:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1994-08-17 22:50:36 +0000 |
| commit | 5db82c9d72cd3242233ea88797dd24c8b460fb4d (patch) | |
| tree | fbdaff402838ec4174460d026dee310e01acbfb8 | |
| parent | 8881ad9a94437041d137c86d02dc75959f2030a5 (diff) | |
| download | emacs-5db82c9d72cd3242233ea88797dd24c8b460fb4d.tar.gz | |
Comment fix.
| -rw-r--r-- | src/lisp.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lisp.h b/src/lisp.h index cd3f7fc7c3c..0fa1d28017f 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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 \ { \ |
