[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new macro: AC_C_RESTRICT
From: |
Paul Eggert |
Subject: |
Re: new macro: AC_C_RESTRICT |
Date: |
01 Apr 2003 10:49:55 -0800 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.3 |
> > [ __restrict __restrict__ _Restrict ]
>
> Wow... There is already that many different names...
These names were all introduced before the C99 standard made
"restrict" official, so I don't expect many more aliases to crop up.
> config.h should encode the result of the system audit only, and not
> the actions.
We could split things up in a backward-compatible way, by having
config.h include (or bodily incorporate) a new file "config-have.h",
which defines only the HAVE_* symbols. Then people who want the
newer, cleaner semantics could include "config-have.h".