]> git.sur5r.net Git - cc65/commit - src/ld65/exports.c
Move the Debug flag into a new module "debugflag" in the common directory.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 4 Jan 2003 16:59:51 +0000 (16:59 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 4 Jan 2003 16:59:51 +0000 (16:59 +0000)
commitabcc981253f0889cbfb2d6784562a4466ea9cb6e
treeb8960f4aec09730c7942b764bb07874ee68c131b
parentb22030dbc73f234e869576c1c599a1e145123c94
Move the Debug flag into a new module "debugflag" in the common directory.
Remove the const qualifier from the argument of xfree().

git-svn-id: svn://svn.cc65.org/cc65/trunk@1877 b7a2c559-68d2-44c3-8de9-860c34a00d81
20 files changed:
src/ca65/macpack.c
src/ca65/scanner.c
src/ca65/scanner.h
src/cc65/codeent.c
src/cc65/codeseg.c
src/cc65/compile.c
src/cc65/expr.c
src/cc65/global.c
src/cc65/global.h
src/cc65/main.c
src/cc65/symtab.c
src/common/debugflag.c [new file with mode: 0644]
src/common/debugflag.h [new file with mode: 0644]
src/common/make/gcc.mak
src/common/make/watcom.mak
src/common/segdefs.h
src/common/xmalloc.c
src/common/xmalloc.h
src/ld65/exports.c
src/ld65/exports.h