diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-15 08:20:47 -0700 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-15 08:20:47 -0700 |
commit | f7ed7da4a75c39ef19f1660825e846006a7b9b9d (patch) | |
tree | cc7831df5a0959670f33b3501f03cd3816fc51b8 /lib | |
parent | d2d3a61961e102125f7cd4262ebdbd849033670c (diff) | |
download | gnulib-f7ed7da4a75c39ef19f1660825e846006a7b9b9d.tar.gz |
autoupdate
Diffstat (limited to 'lib')
-rw-r--r-- | lib/idx.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. */ |