bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gnulib] Re: size_max


From: Paul Eggert
Subject: [bug-gnulib] Re: size_max
Date: Fri, 21 Jan 2005 13:23:25 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Simon Josefsson <address@hidden> writes:

> 2004-12-28  Simon Josefsson  <address@hidden>
>
>       * modules/size_max: New file.
>
>       * modules/xsize: Depend on size_max module for size_max.m4.
>
> 2005-01-21  Simon Josefsson  <address@hidden>
>
>       * size_max.h: New file.

Looks good to me, though Bruno should take a look-see too.

> +#ifndef GNULIB_SIZE_MAX_H
> +#define GNULIB_SIZE_MAX_H
> +
> +# include <limits.h>
> +# if HAVE_STDINT_H
> +#  include <stdint.h>
> +# endif
> +
> +#endif /* GNULIB_SIZE_MAX_H */

You can systematically replace GNULIB_SIZE_MAX_H with SIZE_MAX; one
less symbol to worry about.  (Or is that too cute?  :-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]