diff options
author | Bruno Haible <bruno@clisp.org> | 2003-11-12 11:09:45 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:14 +0200 |
commit | 7b489fb167da23bedc5e03b32cc2bab3d2a4ff3d (patch) | |
tree | 51dad8be675434b25a59a7b96c8f95908c764670 /gettext-tools/lib/xsize.h | |
parent | 857ee50b69957270be3959080bd46f9f0ac84a11 (diff) | |
download | external_gettext-7b489fb167da23bedc5e03b32cc2bab3d2a4ff3d.zip external_gettext-7b489fb167da23bedc5e03b32cc2bab3d2a4ff3d.tar.gz external_gettext-7b489fb167da23bedc5e03b32cc2bab3d2a4ff3d.tar.bz2 |
Rely on SIZE_MAX.
Diffstat (limited to 'gettext-tools/lib/xsize.h')
-rw-r--r-- | gettext-tools/lib/xsize.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gettext-tools/lib/xsize.h b/gettext-tools/lib/xsize.h index 34919f8..42aa68a 100644 --- a/gettext-tools/lib/xsize.h +++ b/gettext-tools/lib/xsize.h @@ -27,9 +27,6 @@ #if HAVE_STDINT_H # include <stdint.h> #endif -#ifndef SIZE_MAX -# define SIZE_MAX ((size_t) -1) -#endif /* The size of memory objects is often computed through expressions of type size_t. Example: |