On Thu, 21 Sep 2006, dancie reeeves wrote: > I found the nasm style listing very difficult to read. Every second line > had a '%line ----'. In the file nasm-listfmt.c I added at line 167 --- This was actually a bug in the preprocessor; it was outputting %line for every line. Fixed in r1630. Thanks, Peter