From cd67c79783c5ef7da0defef99d08a7c2d6db7a04 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 4 Dec 1997 03:30:03 +0000 Subject: [PATCH] Comment fix (to avoid "unterminated comment" warning). --- src/alloc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2