X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Falloc.h;h=361d5cb7d708509fe3a075b43e6a752a5bc1c124;hb=80f222325e1f677e5cf8de01c6990906fa47f65d;hp=fe7aef38b90aa27326f3bc642cd339056d18cc9f;hpb=fdd3f1d028eed3a886dae0c5635ddd70ca12b206;p=sbcl.git diff --git a/src/runtime/alloc.h b/src/runtime/alloc.h index fe7aef3..361d5cb 100644 --- a/src/runtime/alloc.h +++ b/src/runtime/alloc.h @@ -18,5 +18,6 @@ extern lispobj alloc_cons(lispobj car, lispobj cdr); extern lispobj alloc_number(long n); extern lispobj alloc_string(char *str); extern lispobj alloc_sap(void *ptr); +extern lispobj alloc_base_string(char *str); #endif /* _ALLOC_H_ */