nasm.h: move "regs.h" to top; make is_register() a bool
commitb453c866ab27b4f4df36be9f0098337fea3b0432
authorH. Peter Anvin <hpa@zytor.com>
Sun, 25 Jul 2010 07:17:12 +0000 (25 00:17 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 25 Jul 2010 07:17:12 +0000 (25 00:17 -0700)
tree7404c62100b2d7bad7114674682e45e1f26c2311
parenta38b86aecff04de02f56d84aabe8eef9baee5959
nasm.h: move "regs.h" to top; make is_register() a bool

Move the #include of regs.h to the top with the other includes, and
make is_register() -- being a boolean predicate -- return bool.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
nasm.h