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
This commit is contained in:
cuz
2003-01-04 16:59:51 +00:00
parent b22030dbc7
commit abcc981253
20 changed files with 132 additions and 20 deletions

View File

@@ -15,6 +15,7 @@ OBJS = abend.o \
check.o \
cmdline.o \
coll.o \
debugflag.o \
exprdefs.o \
filepos.o \
fname.o \

View File

@@ -47,6 +47,7 @@ OBJS = abend.obj \
check.obj \
cmdline.obj \
coll.obj \
debugflag.obj \
exprdefs.obj \
filepos.obj \
fname.obj \