diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index aa5849fee48..d28db1e58b8 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -3325,7 +3325,7 @@ See also the function `vector'. */) | |||
| 3325 | /* Initialize V with LENGTH objects each with value INIT, | 3325 | /* Initialize V with LENGTH objects each with value INIT, |
| 3326 | and return it tagged as a Lisp Object. */ | 3326 | and return it tagged as a Lisp Object. */ |
| 3327 | 3327 | ||
| 3328 | INLINE Lisp_Object | 3328 | Lisp_Object |
| 3329 | local_vector_init (struct Lisp_Vector *v, ptrdiff_t length, Lisp_Object init) | 3329 | local_vector_init (struct Lisp_Vector *v, ptrdiff_t length, Lisp_Object init) |
| 3330 | { | 3330 | { |
| 3331 | v->header.size = length; | 3331 | v->header.size = length; |