nasm/output
H. Peter Anvin f4ba92577e outmacho.c: stylistic cleanups
- No need to cast (int32_t)NULL for a sentinel; just write 0.
- Fix weird formatting of a structure.
- Remove redundant parantheses.
2007-04-14 08:03:02 +00:00
..
outaout.c Placated unreferenced types. 2007-04-14 00:46:25 +00:00
outas86.c Placated unreferenced types. 2007-04-14 00:46:25 +00:00
outbin.c Placated unreferenced types. 2007-04-14 00:46:25 +00:00
outcoff.c Placated unreferenced types. 2007-04-14 00:46:25 +00:00
outdbg.c Fixed distinction between char and int8_t data types. 2007-04-13 16:47:53 +00:00
outelf.c Placated unreferenced types. 2007-04-14 00:46:25 +00:00
outieee.c c99 printf/fprintf compliance. 2007-04-14 00:10:59 +00:00
outmacho.c outmacho.c: stylistic cleanups 2007-04-14 08:03:02 +00:00
outobj.c Fixed obj_fwrite() declaration to match "static" definition. 2007-04-13 22:07:53 +00:00
outrdf.c Fixed distinction between char and int8_t data types. 2007-04-13 16:47:53 +00:00
outrdf2.c Placated unreferenced types. 2007-04-14 00:46:25 +00:00