changeset 8560:42b300c5ac5d

Comment fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 17 Aug 1994 22:50:36 +0000
parents 509daefd2d13
children dc5353720725
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
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						\
     {						\