]> git.sur5r.net Git - cc65/commit
Removed ExprLoad to LoadExpr.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 9 Jun 2004 14:12:57 +0000 (14:12 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 9 Jun 2004 14:12:57 +0000 (14:12 +0000)
commit8752f0b2c19fb307232ebdbb0d6a00971292a6d7
tree6fd11a707631e56a6b3223a562a81ef014a80b04
parente3f63219a16ae00415205744cb2dbd1cd6598d76
Removed ExprLoad to LoadExpr.
Moved LoadExpr + support functions into a separate module.
Removed obsolete files.
Some cleanup and makefile adjustments.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3113 b7a2c559-68d2-44c3-8de9-860c34a00d81
15 files changed:
src/cc65/assignment.c
src/cc65/expr.c
src/cc65/expr.h
src/cc65/exprheap.c [deleted file]
src/cc65/exprheap.h [deleted file]
src/cc65/exprnode.c [deleted file]
src/cc65/exprnode.h [deleted file]
src/cc65/locals.c
src/cc65/make/gcc.mak
src/cc65/make/watcom.mak
src/cc65/stdfunc.c
src/cc65/stdnames.c
src/cc65/stmt.c
src/cc65/testexpr.c
src/cc65/typeconv.c