Closed gmacd closed 2 years ago
4c/lex.c is near identical to cc/lex.c, but misses a couple of recent fixes, and has a little 4c-specific code (mips64).
cc/lex.c already has some vc-specific code in it (mips32), so we can get rid of 4c/lex/c by moving that code to cc/lex.c
The reason to do this is to make 4c easier to build on linux (due to the hack to use 4c/lex.c instead of cc/lex.c when building).
Signed-off-by: Graham MacDonald grahamamacdonald@gmail.com
you'll need to rebase this and then confirm that you tested it with build-usb.bash, earlier removals broke native building and I had to revert them
4c/lex.c is near identical to cc/lex.c, but misses a couple of recent fixes, and has a little 4c-specific code (mips64).
cc/lex.c already has some vc-specific code in it (mips32), so we can get rid of 4c/lex/c by moving that code to cc/lex.c
The reason to do this is to make 4c easier to build on linux (due to the hack to use 4c/lex.c instead of cc/lex.c when building).
Signed-off-by: Graham MacDonald grahamamacdonald@gmail.com