On Fri, 2003-09-12 at 03:12, David Ayers wrote: > Adam Fedor wrote: > > > GSCompatibility.h is for compiling base-add (basically internal > > routines and defines that need to be seen internally). > > > > NSDecimalFromComponents should probably go in GSCategories.h (maybe > > there is other stuff in GSCompatibility.h that should go there, I > > haven't really looked at that much). > > > Well at first sight, I can't find any declaration that I would consider > truely -bassadd internal. Both GDL2 and GSWeb > - use the logging macros > - use some the declared categories (some of which are also declared in > GSCategories already) > - could be using some of the NSGNUstepStringEncoding values. > > To me it seems the entire headers should be either public or have it's > contents moved to GSCategories.h >
Yes. There doesn't seem to be any reason not to have them in GSCategories. No rush though - I think it could happen whenever one of us gets around to it. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
