Paul Eggert <[EMAIL PROTECTED]> wrote: > Jim Meyering <[EMAIL PROTECTED]> writes: > >> If you're serious about merging back to glibc, it'll help >> (name space cleanliness) to add the "__" prefix: i.e., change >> your Restrict to __Restrict. > > But the prefix _R suffices, no? As far as the standard C name space > rules are concerned, _R* is in the same category as __*.
Of course :) I read only the ChangeLog entry in your email, and the fact that "Restrict" was underlined in my mail reader's rendering didn't catch my attention. Next time I'll look at the patch.