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