nasm/output
H. Peter Anvin 21d6be423f Minor fixes needed to compile with MSVC++ 2005
Minor fixes to make it possible to compile with MS Visual C++ 2005.
Unfortunately, MSVC++ is not fully C99 compliant; in particular, it
doesn't handle interspersed declarations and other code.  Furthermore,
it chokes on some expressions in outelf64.c, which fortunately can be
easily substituted with simpler expressions.
2007-09-16 22:15:34 -07:00
..
outaout.c Finishing touches on perfect hash tokenizer; actually turn the thing on 2007-08-30 22:35:34 +00:00
outas86.c Placated unreferenced types. 2007-04-14 00:46:25 +00:00
outbin.c Minor fixes needed to compile with MSVC++ 2005 2007-09-16 22:15:34 -07: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
outelf32.c Minor fixes needed to compile with MSVC++ 2005 2007-09-16 22:15:34 -07:00
outelf64.c Minor fixes needed to compile with MSVC++ 2005 2007-09-16 22:15:34 -07:00
outieee.c c99 printf/fprintf compliance. 2007-04-14 00:10:59 +00:00
outmacho.c Minor fixes needed to compile with MSVC++ 2005 2007-09-16 22:15:34 -07:00
outobj.c Finishing touches on perfect hash tokenizer; actually turn the thing on 2007-08-30 22:35:34 +00:00
outrdf.c Fixed RDF/2 to comply with "maxbits" use. 2007-04-18 02:24:34 +00:00
outrdf2.c Minor fixes needed to compile with MSVC++ 2005 2007-09-16 22:15:34 -07:00