projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9518568
)
Use `HAVE_GGC' instead of `UTF2000' for `make_older_vector',
author
tomo
<tomo>
Fri, 30 Jun 2000 08:58:51 +0000
(08:58 +0000)
committer
tomo
<tomo>
Fri, 30 Jun 2000 08:58:51 +0000
(08:58 +0000)
`make_vector_newer_1' and `make_vector_newer'.
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index
1d1d78d
..
f10c14b
100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-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)
{