From b28cf4cfd855ddf3e69eadc1a48d7582fc901e12 Mon Sep 17 00:00:00 2001 From: cuz Date: Sat, 8 Feb 2003 09:54:47 +0000 Subject: [PATCH] ValidSegName now defined in segnames.h git-svn-id: svn://svn.cc65.org/cc65/trunk@1941 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cc65/main.c | 4 ++-- src/cc65/pragma.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cc65/main.c b/src/cc65/main.c index 8b1dc23b1..19fb4db41 100644 --- a/src/cc65/main.c +++ b/src/cc65/main.c @@ -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; } diff --git a/src/cc65/pragma.c b/src/cc65/pragma.c index 9a546efc7..bf93bcd5b 100644 --- a/src/cc65/pragma.c +++ b/src/cc65/pragma.c @@ -37,7 +37,7 @@ #include /* common */ -#include "segdefs.h" +#include "segnames.h" #include "tgttrans.h" /* cc65 */