X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fprint.h;h=f5b284444e02ababe44b3aebb8935ca335a6ceb3;hb=0f3a5f2e8886d18d0b4f6485c38a42be629422ae;hp=9bfe56085f6cd3cf2579cf2872701d975aa42e19;hpb=cf4cb9554515c59eddbde38d1cf236339c37f55f;p=sbcl.git diff --git a/src/runtime/print.h b/src/runtime/print.h index 9bfe560..f5b2844 100644 --- a/src/runtime/print.h +++ b/src/runtime/print.h @@ -15,8 +15,6 @@ #include "sbcl.h" #include "runtime.h" -extern char *lowtag_Names[], *subtype_Names[]; - extern void print(lispobj obj); extern void brief_print(lispobj obj); extern void reset_printer(void);