nasmlib: make nasm_strcat() take const arguments
commit00bf04f74249aa20d162c44c20ffdb16e41dd56e
authorH. Peter Anvin <hpa@zytor.com>
Sun, 22 Feb 2009 01:54:31 +0000 (21 17:54 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 22 Feb 2009 01:54:31 +0000 (21 17:54 -0800)
tree25d25e44af3781a3c16eedade310c70f6a850880
parent577f57614a159e3c5ab10bf03d345846796de932
nasmlib: make nasm_strcat() take const arguments

None of the strings passed to nasm_strcat() are modified, to
make them const.
nasmlib.c
nasmlib.h