From 78a60d99593a7a1aeaa4e6b03604122faba0dca0 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 9 Feb 1987 16:35:24 +0000 Subject: [PATCH] %03x --> %x_, because the former does not work on System V --- mach/pdp/cg/mach.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/pdp/cg/mach.h b/mach/pdp/cg/mach.h index 92b9cf755..c150323b8 100644 --- a/mach/pdp/cg/mach.h +++ b/mach/pdp/cg/mach.h @@ -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" -- 2.34.1