X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fprint.h;h=f5b284444e02ababe44b3aebb8935ca335a6ceb3;hb=ed1910efb36f71b5ebe33b5ffffd7195e15644de;hp=7e6b1197270748eb7143477cd5c5dca0fe534303;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/runtime/print.h b/src/runtime/print.h index 7e6b119..f5b2844 100644 --- a/src/runtime/print.h +++ b/src/runtime/print.h @@ -12,10 +12,9 @@ #ifndef _PRINT_H_ #define _PRINT_H_ +#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);