Mercurial > emacs
changeset 20391:d6605eeb5bd5
Comment fix (to avoid "unterminated comment" warning).
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 04 Dec 1997 03:30:03 +0000 |
parents | fcca6fe56f9c |
children | 19ffabe93a2d |
files | src/alloc.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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