mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +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 "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"
|
||||||
|
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user