%03x --> %x_, because the former does not work on System V
authorceriel <none@none>
Mon, 9 Feb 1987 16:35:24 +0000 (16:35 +0000)
committerceriel <none@none>
Mon, 9 Feb 1987 16:35:24 +0000 (16:35 +0000)
mach/pdp/cg/mach.h

index 92b9cf7..c150323 100644 (file)
@@ -26,7 +26,7 @@
 
 #define cst_fmt                "$0%o"
 #define off_fmt                "0%o"
-#define ilb_fmt                "I%03x%x"
+#define ilb_fmt                "I%x_%x"
 #define dlb_fmt                "_%d"
 #define        hol_fmt         "hol%d"