quote: be consistent in not using C escapes for bytes
commit2dff954903822df000a018e953c479d9c9a9c9f0
authorH. Peter Anvin <hpa@zytor.com>
Mon, 2 Jun 2008 17:38:54 +0000 (2 10:38 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 2 Jun 2008 17:38:54 +0000 (2 10:38 -0700)
treebf349daf9e666004fa0dff919bf701ae28711343
parente46fec66ca915a903927e4fd3b1abac15c218f8a
quote: be consistent in not using C escapes for bytes

We used numbers in nasm_unquote and C escapes in nasm_quote - use
numbers in both places, just in case some C compiler does something
weird with '\r' and (especially) '\n'.
quote.c