stdscan: switch to stdscan_get/set routines
commit917117ff69271fe911e87a6f0e8dfc1f81c3f9b4
authorCyrill Gorcunov <gorcunov@gmail.com>
Thu, 29 Oct 2009 20:09:18 +0000 (29 23:09 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sat, 31 Oct 2009 17:02:43 +0000 (31 20:02 +0300)
tree7fa504459cecef908ceed5197bf8bab629dc11e9
parentbafd877d48b25e576a4c905a14f1301502cca69c
stdscan: switch to stdscan_get/set routines

Instead of manipulating stdscan buffer pointer directly
we switch to a routine interface.

This allow us to unify stdscan access: ie caller should
"talk" to stdscan via stdscan_get/set routines.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
nasm.c
output/outaout.c
output/outbin.c
output/outelf32.c
output/outelf64.c
output/outobj.c
parser.c
stdscan.c
stdscan.h