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
include isa.h in sys/arch/i386/i386/trap.c
Hi, trap.c has a "#if NISA > 0" at line 504. But NISA is never defined, so the code in the #if clause never gets compiled in. This patch includes isa.h from the build directory in order to have the NISA definition. regards, chris Index: sys/arch/i386/i386/trap.c ==