Re: yacc spacing
On 02/21/14 09:52, Joerg Jung wrote: Am 21.02.2014 um 03:54 schrieb Ted Unangst : Otherwise it mostly replaces four spaces with a tab Isn't a TAB 8 characters? regards, chris
Re: yacc spacing
Am 21.02.2014 um 03:54 schrieb Ted Unangst : > While I was poking around yacc, I noticed that skeleton.c used a > handrolled fputs instead of calling the function. Fixing that, I > noticed the code wasn't indented nicely. Fixing that, I figured if > I've already messed with output.c, I should ind