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:
parent
0db2ec7752
commit
cd67c79783
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue