mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +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:
parent
07cb34ba61
commit
b28cf4cfd8
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include <string.h>
|
||||
|
||||
/* common */
|
||||
#include "segdefs.h"
|
||||
#include "segnames.h"
|
||||
#include "tgttrans.h"
|
||||
|
||||
/* cc65 */
|
||||
|
Loading…
Reference in New Issue
Block a user