string.h uses restrict, which doesn't work if the compiler is C89 (e.g. gcc in -std=c89 mode).

regex.h has some code to detect this case and allow for it; should string.h copy this code? Or should it be broken out into a module? (It would be useful to gnulib users too.)

--
http://rrt.sc3d.org/ | dumb blonde, n. susbt. phr.  peroxymoron


Reply via email to