# HG changeset patch # User Karl Heuer # Date 881206203 0 # Node ID d6605eeb5bd54ce4ffc790469a59a95edcebafd8 # Parent fcca6fe56f9c51c82d14fa7a8f14adb5ffdcd036 Comment fix (to avoid "unterminated comment" warning). diff -r fcca6fe56f9c -r d6605eeb5bd5 src/alloc.c --- a/src/alloc.c Thu Dec 04 01:16:52 1997 +0000 +++ b/src/alloc.c Thu Dec 04 03:30:03 1997 +0000 @@ -1492,7 +1492,9 @@ 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