Use `HAVE_GGC' instead of `UTF2000' for `make_older_vector' and
authortomo <tomo>
Fri, 30 Jun 2000 08:57:27 +0000 (08:57 +0000)
committertomo <tomo>
Fri, 30 Jun 2000 08:57:27 +0000 (08:57 +0000)
`make_vector_newer'.

src/lisp.h

index 2013295..28a47e0 100644 (file)
@@ -1988,7 +1988,7 @@ typedef unsigned long uintptr_t;
 void release_breathing_space (void);
 Lisp_Object noseeum_cons (Lisp_Object, Lisp_Object);
 Lisp_Object make_vector (size_t, Lisp_Object);
-#ifdef UTF2000
+#ifdef HAVE_GGC
 Lisp_Object make_older_vector (size_t, Lisp_Object);
 void make_vector_newer (Lisp_Object);
 #endif