# HG changeset patch # User Richard M. Stallman # Date 777163836 0 # Node ID 42b300c5ac5d680dcf2e9e81c154df7d3f6b0849 # Parent 509daefd2d13372c03f01db128444b3d357a73aa Comment fix. diff -r 509daefd2d13 -r 42b300c5ac5d src/lisp.h --- 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 \ { \