nasm/include
H. Peter Anvin 7c99db15f0 insns.h: change ITEMPLATE_END to not warn on some compilers
The use of negative numbers for some fields in ITEMPLATE_END triggers
a nuisance warning at least with Sun CC.  There is no reason for it:
the only thing that matters in this template is I_none, so declare it
that way.

See BR 3392372.

Reported-by: <noloader@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2017-05-01 22:06:58 -07:00
..
compiler.h msvc: define no_return 2017-04-06 13:51:32 -07:00
disp8.h
error.h Make -Werror controllable on a per-warning-class basis 2017-03-08 01:26:40 -08:00
hashtbl.h Add generic perfect string hashes, use for directives 2017-04-03 00:27:07 -07:00
iflag.h asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
insns.h insns.h: change ITEMPLATE_END to not warn on some compilers 2017-05-01 22:06:58 -07:00
labels.h labels: make lookup_labels and is_extern take a const char * 2017-03-14 18:41:25 -07:00
md5.h
nasm.h a) Fix handling of DZ/ZWORD; b) don't crash on TIMES JMP 2017-05-01 21:13:15 -07:00
nasmint.h nasmint.h: change header guards to NASM_NASMINT_H 2016-10-04 18:11:57 -07:00
nasmlib.h a) Fix handling of DZ/ZWORD; b) don't crash on TIMES JMP 2017-05-01 21:13:15 -07:00
opflags.h
perfhash.h Add generic perfect string hashes, use for directives 2017-04-03 00:27:07 -07:00
raa.h saa, raa: saa_init() and raa_init() will never return NULL 2017-04-23 23:37:11 -07:00
rbtree.h
rdoff.h rdoff: use nasm-provided safe memory allocation and I/O 2017-04-17 13:56:50 -07:00
saa.h saa, raa: saa_init() and raa_init() will never return NULL 2017-04-23 23:37:11 -07:00
strlist.h Factor out common string list handling code 2016-10-04 01:12:28 -07:00
tables.h
ver.h