7 Jan
2002
7 Jan
'02
7:10 a.m.
On Wed, Dec 19, 2001 at 08:20:49PM -0600, Jonathan Osuch wrote:
Currently, the default style of indent is the GNU style. I used it on video.c and the comments were virtually untouched. I like the results. As expected, the file size increased (from 16216 bytes to 17049 bytes). Don't try this at home, I have already modified the file to clear up the -Wall warnings. Unfortunately, the object file size also increased (from 49984 bytes to 50080 bytes). Not much, but I'm a little uneasy about it. I
If you have more lines of text source, you have more line infos embeded in the object file. I think... Th.