aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorJoakim Verona2013-02-20 00:04:24 +0100
committerJoakim Verona2013-02-20 00:04:24 +0100
commit10fc3c3866ede374437a72f2e8c1cd7c0f51a8fa (patch)
tree9f089e0c12e94575e0c679f4b4deb47c807ac26d /src/lisp.h
parentb6f8e0e0e844020efd614d3655b67a646bcffb9a (diff)
parent81ed22e4cad625e297314bc609d146e7e62695db (diff)
downloademacs-10fc3c3866ede374437a72f2e8c1cd7c0f51a8fa.tar.gz
emacs-10fc3c3866ede374437a72f2e8c1cd7c0f51a8fa.zip
auto upstream
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index c023d5b4892..e7a86892908 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -3053,7 +3053,7 @@ extern Lisp_Object Qautomatic_gc;
3053extern Lisp_Object Qchar_table_extra_slots; 3053extern Lisp_Object Qchar_table_extra_slots;
3054extern struct Lisp_Vector *allocate_vector (EMACS_INT); 3054extern struct Lisp_Vector *allocate_vector (EMACS_INT);
3055 3055
3056/* Make an unitialized vector for SIZE objects. NOTE: you must 3056/* Make an uninitialized vector for SIZE objects. NOTE: you must
3057 be sure that GC cannot happen until the vector is completely 3057 be sure that GC cannot happen until the vector is completely
3058 initialized. E.g. the following code is likely to crash: 3058 initialized. E.g. the following code is likely to crash:
3059 3059