On 2007-02-05, Roland Levillain
<roland(a)lrde.epita.fr> wrote:
SIGOURE Benoit <tsuna(a)lrde.epita.fr>
writes:
URL:
https://svn.lrde.epita.fr/svn/argp/trunk
ChangeLog:
2007-02-02 SIGOURE Benoit <tsuna(a)lrde.epita.fr>
Fix the check for `restrict'.
* argp-fmtstream.h [!HAVE_UNISTD_H]: Don't use #define to change
ssize_t in int, use a typedef instead.
* argp.h [!__restrict]: Fix the conditional definition of __restrict
(remove a typo, use C99 features).
[...]
Thanks for synchronizing with the original argp and your last two
patches!
BTW, did you warn the upstream author that the build system was using
obsolete (and broken) constructs?
Nope, not yet. I didn't make check TC and VCSN with the new argp ;O.
I'll do so very soon.
As for TC, things seem to compile and run fine (I did not perform a
complete `make check' cycle though).