Re: time needs restrict

2007-02-22 Thread Simon Josefsson
Simon Josefsson <[EMAIL PROTECTED]> writes: > Bruno Haible <[EMAIL PROTECTED]> writes: > >> Hi Simon, >> >>> time_.h from the time module uses restrict in the prototypes, but it >>> doesn't depend on the restrict module. Installed. >> >> The 'restrict' module was removed on 2006-08-09. Now, inste

Re: time needs restrict

2007-02-22 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > Hi Simon, > >> time_.h from the time module uses restrict in the prototypes, but it >> doesn't depend on the restrict module. Installed. > > The 'restrict' module was removed on 2006-08-09. Now, instead we use an > AC_REQUIRE([AC_C_RESTRICT]) in the auto

Re: time needs restrict

2007-02-22 Thread Bruno Haible
Hi Simon, > time_.h from the time module uses restrict in the prototypes, but it > doesn't depend on the restrict module. Installed. The 'restrict' module was removed on 2006-08-09. Now, instead we use an AC_REQUIRE([AC_C_RESTRICT]) in the autoconf macro. But... gl_HEADER_TIME_H_BODY already req