On Sep 21, 2:59 am, [EMAIL PROTECTED] (Chromatic) wrote: > On Thursday 20 September 2007 06:58:55 Paul Cochrane via RT wrote: > > > On Sat Mar 10 19:15:20 2007, coke wrote: > > > From docs/BROKEN.pod. > > > > Is this something that needs fixing? > > > > (it's in compilers/imcc/main.c) > > There is also a src/main.c which says it is the entry point for to > > Parrot programs. Should src/parrot.c be removed? > > One or the other should. I made src/main.c but I'm starting to prefer > src/parrot.c. Any opinions from anyone else? > > -- c
Well, if you would put it in parrot.c, then I'd suggest removal of main.c (dunno what's in it). If I look at a set of .c files, and I see <name of program>.c and "main.c", I'll try and look for main() in the latter first. Then again, not a big deal. kjs