]> git.sur5r.net Git - cc65/commit
Added support for old style (K&R) function declarations.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 12 Jun 2000 18:31:40 +0000 (18:31 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 12 Jun 2000 18:31:40 +0000 (18:31 +0000)
commit9cc25f13b6aabc4fd299c54c9c38c5825689eb47
tree37747c97ea55944ea4427503ab5cdb2696b86573
parent04dee08f58ba21097a78dff03851e2b66631b58a
Added support for old style (K&R) function declarations.
Several renames for better readibility.
Removed separate struct and enum symbol tables in favour of one tag table.
Check for some more error conditions or dubious constructs.

git-svn-id: svn://svn.cc65.org/cc65/trunk@62 b7a2c559-68d2-44c3-8de9-860c34a00d81
23 files changed:
src/cc65/compile.c [new file with mode: 0644]
src/cc65/compile.h [new file with mode: 0644]
src/cc65/datatype.c
src/cc65/declare.c
src/cc65/declare.h
src/cc65/error.c
src/cc65/error.h
src/cc65/expr.c
src/cc65/funcdesc.c
src/cc65/funcdesc.h
src/cc65/function.c
src/cc65/goto.c
src/cc65/locals.c
src/cc65/main.c
src/cc65/make/gcc.mak
src/cc65/make/watcom.mak
src/cc65/pragma.c
src/cc65/preproc.c
src/cc65/scanner.c
src/cc65/scanner.h
src/cc65/stmt.c
src/cc65/symtab.c
src/cc65/symtab.h