nasm/lib
H. Peter Anvin 41087068aa Replace nasm_error(ERR_FATAL/ERR_PANIC) with nasm_fatal/nasm_panic
Replace all instances of ERR_FATAL or ERR_PANIC with nasm_fatal or
nasm_panic so the compiler knows that these functions cannot return,
*and* we trigger abort() if we were to ever violate that constraint.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2016-03-03 15:22:02 -08:00
..
snprintf.c
strlcpy.c
vsnprintf.c Replace nasm_error(ERR_FATAL/ERR_PANIC) with nasm_fatal/nasm_panic 2016-03-03 15:22:02 -08:00