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 Formatting: kill off "stealth whitespace" 2007-10-19 14:42:29 -07:00
strlcpy.c Add strlcpy() function 2009-08-10 15:59:34 -07:00
vsnprintf.c Replace nasm_error(ERR_FATAL/ERR_PANIC) with nasm_fatal/nasm_panic 2016-03-03 15:22:02 -08:00