svn commit: r1668 - in trunk/yasm: modules/parsers/gas modules/parsers/nasm

peter at tortall.net peter at tortall.net
Sat Oct 28 13:34:03 PDT 2006


Author: peter
Date: Sat Oct 28 13:34:03 2006
New Revision: 1668

Modified:
   trunk/yasm/libyasm/file.c
   trunk/yasm/libyasm/file.h
   trunk/yasm/modules/parsers/gas/gas-parser.c
   trunk/yasm/modules/parsers/gas/gas-parser.h
   trunk/yasm/modules/parsers/gas/gas-token.re
   trunk/yasm/modules/parsers/nasm/nasm-parser.c
   trunk/yasm/modules/parsers/nasm/nasm-parser.h
   trunk/yasm/modules/parsers/nasm/nasm-token.re
Changeset:
   http://www.tortall.net/projects/yasm/changeset/1668

Log:
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.



More information about the yasm-cvs mailing list