From: Karl Heuer Date: Thu, 4 Dec 1997 03:30:03 +0000 (+0000) Subject: Comment fix (to avoid "unterminated comment" warning). X-Git-Tag: emacs-20.3~2682 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd67c79783c5ef7da0defef99d08a7c2d6db7a04;p=emacs.git Comment fix (to avoid "unterminated comment" warning). --- diff --git a/src/alloc.c b/src/alloc.c index 1ce32950da3..33c4a1578f3 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -1492,7 +1492,9 @@ struct catchtag Lisp_Object tag; Lisp_Object val; struct catchtag *next; -/* jmp_buf jmp; /* We don't need this for GC purposes */ +#if 0 /* We don't need this for GC purposes */ + jmp_buf jmp; +#endif }; struct backtrace