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 autoconf macro. But... > gl_HEADER_TIME_H_BODY already requires AC_C_RESTRICT. So where did you > have a problem? Are you using old gnulib sources, or did AC_C_RESTRICT > not define 'restrict' to empty?
Hi! I had the problem on mingw, although the patch have been sitting in my local repository for some time. I'll revert the patch and see if I can still reproduce it. /Simon