On Sat, Sep 27, 2003 at 09:59:47AM -0400, Dan Sugalski wrote: > At 10:47 AM +0200 9/27/03, Leopold Toetsch wrote: > >Dan Sugalski <[EMAIL PROTECTED]> wrote: > >> +classes/float.pmc [] > > > >This seems not have to been the best idea. This generates float.h which > >is a commonly used standard header. > > Oh, bah. I'll go rename it. Integer.pmc probably causes problems too. > (Though we might want to think about prepending a pmc_ to the > generated headers since this'll bite folks later on)
Either that or put them in a subdirectory, and rig the include path to have that subdirectory in it. We're making the top level project source directory the "subdirectory" at work (ie point -I one higher than you might first think) and it seems to "namespace" our includes quite nicely. Nicholas Clark