]> Savannah Git Hosting - gnulib.git/commitdiff
autoupdate
authorKarl Berry <karl@freefriends.org>
Tue, 15 Jun 2021 15:20:47 +0000 (08:20 -0700)
committerKarl Berry <karl@freefriends.org>
Tue, 15 Jun 2021 15:20:47 +0000 (08:20 -0700)
lib/idx.h

index 28fd4ea72a9bc1bca0de14267341adfe5fb1b9eb..483587eabbdda18e7beba376199493c2d5b73747 100644 (file)
--- 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.  */