Utility predicates for packing: UNBOUNDED-SC-P and UNBOUNDED-TN-P
[sbcl.git] / src / runtime / print.h
index 7e6b119..f5b2844 100644 (file)
 #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);