]> granicus.if.org Git - yasm/commit
Update re2c to May 12, 2004 version. This adds an output file option, so
authorPeter Johnson <peter@tortall.net>
Sun, 9 Oct 2005 06:08:02 +0000 (06:08 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 9 Oct 2005 06:08:02 +0000 (06:08 -0000)
commit90b7a5d9da922115ca50172e3b1da8303c862f44
tree94caedeb8e9da86b284b715d5e6c0b85910f80cd
parent35453721e670b66d8e6caa65660a39173f2b2667
Update re2c to May 12, 2004 version.  This adds an output file option, so
also adjust cleanup program to take input/output file name, and update
Makefiles to use it in this fashion.

svn path=/trunk/yasm/; revision=1271
17 files changed:
modules/arch/lc3b/Makefile.inc
modules/arch/x86/Makefile.inc
modules/parsers/gas/Makefile.inc
modules/parsers/nasm/Makefile.inc
tools/re2c/Makefile.inc
tools/re2c/actions.c
tools/re2c/cleanup.c
tools/re2c/code.c
tools/re2c/dfa.h
tools/re2c/examples/repeater.re
tools/re2c/globals.h
tools/re2c/main.c
tools/re2c/mbo_getopt.c [new file with mode: 0755]
tools/re2c/mbo_getopt.h [new file with mode: 0755]
tools/re2c/re.h
tools/re2c/scanner.c
tools/re2c/scanner.re