nasmlib: give gcc a bit more hints about how our allocation functions work
commit4976cd251811d056a06edf6a239a268750c096db
authorH. Peter Anvin <hpa@zytor.com>
Wed, 25 May 2016 10:56:34 +0000 (25 03:56 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 25 May 2016 10:56:34 +0000 (25 03:56 -0700)
tree534b94ce0e5155b6d5206249046365e90915fba7
parent794688c21c01b69c5cdb225b2385af709221c050
nasmlib: give gcc a bit more hints about how our allocation functions work

Tell gcc that our allocation functions are, indeed, allocation
functions, and that they don't ever return NULL.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
compiler.h
nasmlib.h
nasmlib/nasmlib.c