]> granicus.if.org Git - yasm/commit
Make common scanner fill function, as we're using it in two places already.
authorPeter Johnson <peter@tortall.net>
Sat, 28 Oct 2006 20:34:03 +0000 (20:34 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 28 Oct 2006 20:34:03 +0000 (20:34 -0000)
commit1b8ca788489e34787b679e2c22ad5f848458e2ab
tree4d374a723723a024744e7e6cdb4c786f5cc9a920
parente341947c16fbcbdc68586c5766a22a48ca45aadd
Make common scanner fill function, as we're using it in two places already.
Actually, GAS parser doesn't use this yet, as it still contains the rept
functionality that will move to GAS preproc at some point.  When GAS
preproc implements rept, we can switch to the common implementation.

svn path=/trunk/yasm/; revision=1668
libyasm/file.c
libyasm/file.h
modules/parsers/gas/gas-parser.c
modules/parsers/gas/gas-parser.h
modules/parsers/gas/gas-token.re
modules/parsers/nasm/nasm-parser.c
modules/parsers/nasm/nasm-parser.h
modules/parsers/nasm/nasm-token.re