From: ceriel Date: Mon, 9 Feb 1987 16:35:24 +0000 (+0000) Subject: %03x --> %x_, because the former does not work on System V X-Git-Tag: release-5-5~4705 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=78a60d99593a7a1aeaa4e6b03604122faba0dca0;p=ack.git %03x --> %x_, because the former does not work on System V --- 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"