X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fgc-internal.h;h=fbdda47950f3667fbf169c5bac1b533a7dd14547;hb=395c461b58f0cd484c21913c1e075593c206b5c1;hp=276c9c3fb63ca8146b45ffbe884478c7e2607e17;hpb=6cbed049e2373d34fde8c96a3ce7b32b7034a7f2;p=sbcl.git diff --git a/src/runtime/gc-internal.h b/src/runtime/gc-internal.h index 276c9c3..fbdda47 100644 --- a/src/runtime/gc-internal.h +++ b/src/runtime/gc-internal.h @@ -97,7 +97,7 @@ gc_general_alloc(long nbytes, int page_type_flag, int quick_p) return gc_alloc_with_region(nbytes, page_type_flag, my_region, quick_p); } #else -void *gc_general_alloc(long nbytes,int page_type_flag,int quick_p); +extern void *gc_general_alloc(long nbytes,int page_type_flag,int quick_p); #endif extern long (*scavtab[256])(lispobj *where, lispobj object);