1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00

Comment fix (to avoid "unterminated comment" warning).

This commit is contained in:
Karl Heuer 1997-12-04 03:30:03 +00:00
parent 0db2ec7752
commit cd67c79783

View file

@ -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