]> git.sur5r.net Git - cc65/commit
Use the xmalloc module from the common directory.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 14 Jun 2000 21:01:37 +0000 (21:01 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 14 Jun 2000 21:01:37 +0000 (21:01 +0000)
commitaa8737733fe51d2941f434c10ca028ac5ab2986c
tree1d59d053da2fdb1b4f58f2c4eb7469d4a110fc54
parentd10bf32c4c26e2f6015e8278de5608183c217974
Use the xmalloc module from the common directory.
Rewrote the include file management, keeping a list of all include files
and cleaning up the code while going.

git-svn-id: svn://svn.cc65.org/cc65/trunk@82 b7a2c559-68d2-44c3-8de9-860c34a00d81
28 files changed:
src/cc65/asmline.c
src/cc65/codegen.c
src/cc65/compile.c
src/cc65/datatype.c
src/cc65/declare.c
src/cc65/error.c
src/cc65/expr.c
src/cc65/funcdesc.c
src/cc65/function.c
src/cc65/incpath.c
src/cc65/input.c [new file with mode: 0644]
src/cc65/input.h [new file with mode: 0644]
src/cc65/io.c
src/cc65/io.h
src/cc65/locals.c
src/cc65/loop.c
src/cc65/macrotab.c
src/cc65/main.c
src/cc65/make/gcc.mak
src/cc65/make/watcom.mak
src/cc65/mem.c [deleted file]
src/cc65/mem.h [deleted file]
src/cc65/optimize.c
src/cc65/preproc.c
src/cc65/scanner.c
src/cc65/stmt.c
src/cc65/symentry.c
src/cc65/symtab.c