aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-17 22:50:36 +0000
committerRichard M. Stallman1994-08-17 22:50:36 +0000
commit5db82c9d72cd3242233ea88797dd24c8b460fb4d (patch)
treefbdaff402838ec4174460d026dee310e01acbfb8
parent8881ad9a94437041d137c86d02dc75959f2030a5 (diff)
downloademacs-5db82c9d72cd3242233ea88797dd24c8b460fb4d.tar.gz
emacs-5db82c9d72cd3242233ea88797dd24c8b460fb4d.zip
Comment fix.
-rw-r--r--src/lisp.h5
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();
1083 1083
1084#define UNGCPRO (gcprolist = gcpro1.next) 1084#define UNGCPRO (gcprolist = gcpro1.next)
1085 1085
1086/* Evaluate expr, UNGCPRO, and then return the value of expr. I used 1086/* Evaluate expr, UNGCPRO, and then return the value of expr. */
1087 to have a `do ... while' clause around this to make it interact
1088 with semicolons correctly, but this makes some compilers complain
1089 that the while is never reached. */
1090#define RETURN_UNGCPRO(expr) \ 1087#define RETURN_UNGCPRO(expr) \
1091do \ 1088do \
1092 { \ 1089 { \