On Fri, Dec 04, 2009 at 03:03:16PM -0800, k1w1 wrote: > > The other is to extract all the prototypes into the .h files, and > > to adjust them for static vs. non-static. > > This is exactly what I am doing. It is pretty tedious, but I think that once > it is done it will be easier to navigate the code.
my 2c: DRY: don't repeat yourself. write a script or small C program to extract prototypes and generate headers automatically. that's what I do anyway. Sam _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
