nasm/output
H. Peter Anvin 70055964fc Additional uses of bool and enum
Proper use of bool and enum makes code easier to debug.  Do more of
it.  In particular, we really should stomp out any residual uses of
magic constants that aren't enums or, in some cases, even #defines.
2007-10-11 00:05:57 -07:00
..
outaout.c Use the compiler-provided booleans if available, otherwise emulate 2007-10-10 14:58:45 -07:00
outas86.c Use the compiler-provided booleans if available, otherwise emulate 2007-10-10 14:58:45 -07:00
outbin.c Additional uses of bool and enum 2007-10-11 00:05:57 -07:00
outcoff.c Use the compiler-provided booleans if available, otherwise emulate 2007-10-10 14:58:45 -07:00
outdbg.c Portability fixes 2007-10-02 21:53:51 -07:00
outelf32.c Additional uses of bool and enum 2007-10-11 00:05:57 -07:00
outelf64.c Additional uses of bool and enum 2007-10-11 00:05:57 -07:00
outieee.c Use the compiler-provided booleans if available, otherwise emulate 2007-10-10 14:58:45 -07:00
outmacho.c Portability fixes 2007-10-02 21:53:51 -07:00
outobj.c Additional uses of bool and enum 2007-10-11 00:05:57 -07:00
outrdf2.c Additional uses of bool and enum 2007-10-11 00:05:57 -07:00
outrdf.c Portability fixes 2007-10-02 21:53:51 -07:00