1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-10 23:29:05 +00:00

ValidSegName now defined in segnames.h

git-svn-id: svn://svn.cc65.org/cc65/trunk@1941 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-02-08 09:54:47 +00:00
parent 07cb34ba61
commit b28cf4cfd8
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
#include "debugflag.h"
#include "fname.h"
#include "print.h"
#include "segdefs.h"
#include "segnames.h"
#include "target.h"
#include "tgttrans.h"
#include "version.h"
@ -405,7 +405,7 @@ static void OptDebug (const char* Opt attribute ((unused)),
const char* Arg attribute ((unused)))
/* Compiler debug mode */
{
++Debug;
++Debug;
}

View File

@ -37,7 +37,7 @@
#include <string.h>
/* common */
#include "segdefs.h"
#include "segnames.h"
#include "tgttrans.h"
/* cc65 */