Newb question about code style

Andrew Haley aph@redhat.com
Wed Mar 17 12:13:00 GMT 2004


sashan writes:
 > Hello
 > 
 > I decided to have a look at gcc and how it works. I've built the 3.4 
 > tree, set a breakpoint in main using gdb and worked from there. I notice 
 > that some of the code in gcc.c mixes tabs and spaces and code looks like 
 > it is outside a loop is actually inside. Is this intentional?

You've probably got different tab stop settings.  Tab stops are 8
spaces wide in gcc.

Andrew.



More information about the Gcc mailing list