]> git.sur5r.net Git - cc65/commit
Moved the fascall and near/far flags from the function desriptor into the
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 24 Aug 2008 17:33:30 +0000 (17:33 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 24 Aug 2008 17:33:30 +0000 (17:33 +0000)
commitcc36f8a93ae9f99728a1831f576f55bcdf5afd4a
tree76fd9b85c442091391335e64bc4a35b034d31157
parentf1e0de512a2a17e4462af0f5cc3456a1dec90ed8
Moved the fascall and near/far flags from the function desriptor into the
type. Started to add general handling of address size flags in types.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3891 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/codeinfo.c
src/cc65/codeseg.c
src/cc65/datatype.c
src/cc65/datatype.h
src/cc65/declare.c
src/cc65/expr.c
src/cc65/funcdesc.h
src/cc65/function.c
src/cc65/typecmp.c
src/cc65/typeconv.c