tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Substantial restructuring


From: Sam Watkins
Subject: Re: [Tinycc-devel] Substantial restructuring
Date: Sat, 5 Dec 2009 14:35:04 +1100
User-agent: Mutt/1.5.13 (2006-08-11)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]