X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fprint.h;h=f5b284444e02ababe44b3aebb8935ca335a6ceb3;hb=0285aa5ff8416027932daa001b84429be2ca559b;hp=3699614d4d09aab49d9a73af4277623e845980f4;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/runtime/print.h b/src/runtime/print.h index 3699614..f5b2844 100644 --- a/src/runtime/print.h +++ b/src/runtime/print.h @@ -9,17 +9,12 @@ * files for more information. */ -/* - * $Header$ - */ - #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);