[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SIZE_MAX
From: |
Ben Pfaff |
Subject: |
Re: SIZE_MAX |
Date: |
Thu, 21 May 2009 09:58:46 -0700 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Bruno Haible <address@hidden> writes:
> +[/* Define as the maximum value of type 'size_t', if the system doesn't
> define
> + it. */
> +#ifndef SIZE_MAX
> +# undef SIZE_MAX
> +#endif])
> ])
This logic looks wrong.
--
"Premature optimization is the root of all evil."
--D. E. Knuth, "Structured Programming with go to Statements"