summaryrefslogtreecommitdiff
path: root/rdoff/rdlar.h
Commit message (Collapse)AuthorAgeFilesLines
* rdoff/rdlar.h: include "compiler.h" not "config.h"H. Peter Anvin2016-10-061-4/+1
| | | | | | We should not include config.h "naked"; include "compiler.h". Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* lib: split library into stdlib and nasmlib; header handling fixesH. Peter Anvin2016-03-081-1/+0
| | | | | | | | | | | | | Split lib/ into nasmlib/ (for nasm-specific functions) and stdlib/ (for replacements for C library functions which may be missing.) Rename the ersatz inttypes.h to nasmint.h so we can use a simple test in compiler.h instead of dealing with include path magic. Remove tests in configure.in for ancient missing functions (which will break the build anyway.) Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* c99 printf/fprintf compliance.Keith Kanios2007-04-141-0/+3
|
* AIf we have config.h, we should actually include it!!H. Peter Anvin2007-04-131-0/+1
| | | | | | | | | | Apparently configure was generating config.h, and nothing ever actually included it. Include it in nasm.h as well as compiler.h, and in rdoff/rdlar.h which uses these macros. There appears to be no use of HAVE_* macros in any file that doesn't have nasm.h included; in fact, so far the only use has been in rdoff/rdlar.h.
* Remove obsolete types; add <inttypes.h> where needed; header fixesH. Peter Anvin2007-04-121-6/+10
| | | | | | | | | | | - Remove obsolete types like "uint32"; use "uint32_t" consistently. - Make sure we include <inttypes.h> where needed. - Header file guards should be FOO_H or SUBDIR_FOO_H; _FOO_H infringes on the C implementation's namespace and should only be used when writing libc! - Change a few "int8_t" back to "char" where appropriate. There are a lot more places where that should be done, though. - Clean up the check for getuid/getgid in rdoff/rdlar.h.
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-7/+7
|
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-10/+10
|
* try again to finish Yuri's patchFrank Kotler2002-12-041-0/+30