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

src/alloc.c

index 1d1d78d..f10c14b 100644 (file)
@@ -1195,7 +1195,7 @@ make_vector (size_t length, Lisp_Object init)
   }
 }
 
-#ifdef UTF2000
+#ifdef HAVE_GGC
 Lisp_Object
 make_older_vector (size_t length, Lisp_Object init)
 {