]> git.sur5r.net Git - cc65/commit
Introduce a -E flag that activates just the preprocessor.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 16 Sep 2004 12:42:41 +0000 (12:42 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 16 Sep 2004 12:42:41 +0000 (12:42 +0000)
commit06b57e6e7e9b651b9db5020b8cb53fd315f423e5
tree89c62fcdb67f20dafaa24ad6b4c10a11e442fad2
parent3925f0cac93b67bc039268d2d9d3136877837eff
Introduce a -E flag that activates just the preprocessor.
Use variable sized string buffers for input and macro processing instead
of the fixed buffers used before.
Many changes in the preprocessor to make it more standards compliant (which
it is still not).

git-svn-id: svn://svn.cc65.org/cc65/trunk@3182 b7a2c559-68d2-44c3-8de9-860c34a00d81
12 files changed:
src/cc65/compile.c
src/cc65/error.c
src/cc65/global.c
src/cc65/global.h
src/cc65/input.c
src/cc65/input.h
src/cc65/macrotab.c
src/cc65/macrotab.h
src/cc65/main.c
src/cc65/preproc.c
src/cc65/scanner.c
src/cc65/scanner.h