1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-20 08:24:29 +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 "debugflag.h"
#include "fname.h" #include "fname.h"
#include "print.h" #include "print.h"
#include "segdefs.h" #include "segnames.h"
#include "target.h" #include "target.h"
#include "tgttrans.h" #include "tgttrans.h"
#include "version.h" #include "version.h"

View File

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