]> git.sur5r.net Git - cc65/commit
Move the compiler stack pointer into its own module.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 5 Jun 2004 11:35:53 +0000 (11:35 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 5 Jun 2004 11:35:53 +0000 (11:35 +0000)
commit104ae3a54f88f79442cad292b8f57d32bdb0d87c
tree055721024dab04293364d213ba95246ab4af68b2
parenta0c1b9fe38ec6fa727e69ea286b7c5e5fbc2c722
Move the compiler stack pointer into its own module.
Improved the inlining of standard C functions. Added more standard functions
to inline.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3095 b7a2c559-68d2-44c3-8de9-860c34a00d81
17 files changed:
src/cc65/asmstmt.c
src/cc65/codegen.c
src/cc65/codegen.h
src/cc65/expr.c
src/cc65/expr.h
src/cc65/exprdesc.c
src/cc65/exprdesc.h
src/cc65/function.c
src/cc65/locals.c
src/cc65/make/gcc.mak
src/cc65/make/watcom.mak
src/cc65/stackptr.c [new file with mode: 0644]
src/cc65/stackptr.h [new file with mode: 0644]
src/cc65/stdfunc.c
src/cc65/stmt.c
src/cc65/swstmt.c
src/cc65/symtab.c