]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment fix (to avoid "unterminated comment" warning).
authorKarl Heuer <kwzh@gnu.org>
Thu, 4 Dec 1997 03:30:03 +0000 (03:30 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 4 Dec 1997 03:30:03 +0000 (03:30 +0000)
src/alloc.c

index 1ce32950da3242d912f2703783e0dbfaabdcd450..33c4a1578f342d7f734352847c64de75339670a6 100644 (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