Mercurial > emacs
diff src/alloc.c @ 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 | 1dd0bd0749b5 |
| children | db1be942dc12 |
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
