From f7ed7da4a75c39ef19f1660825e846006a7b9b9d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 15 Jun 2021 08:20:47 -0700 Subject: [PATCH] autoupdate --- lib/idx.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/idx.h b/lib/idx.h index 28fd4ea72a..483587eabb 100644 --- a/lib/idx.h +++ b/lib/idx.h @@ -107,10 +107,6 @@ typedef ptrdiff_t idx_t; /* IDX_MAX is the maximum value of an idx_t. */ #define IDX_MAX PTRDIFF_MAX -/* A printf/scanf length modifier for idx_t. For example, if i is an idx_t, - printf ("i = %"pIDX"d\n", i) outputs i's value. */ -#define pIDX "t" - /* So far no need has been found for an IDX_WIDTH macro. Perhaps there should be another macro IDX_VALUE_BITS that does not count the sign bit and is therefore one less than PTRDIFF_WIDTH. */ -- 2.39.5