Removed duplicate variable ProgName
git-svn-id: svn://svn.cc65.org/cc65/trunk@153 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -43,8 +43,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
const char* ProgName = "ar65"; /* Program name */
|
|
||||||
|
|
||||||
int Verbose = 0; /* Verbose operation flag */
|
int Verbose = 0; /* Verbose operation flag */
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -44,8 +44,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
extern const char* ProgName; /* Program name */
|
|
||||||
|
|
||||||
extern int Verbose; /* Verbose operation flag */
|
extern int Verbose; /* Verbose operation flag */
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -106,7 +106,6 @@ FILE global.obj
|
|||||||
FILE library.obj
|
FILE library.obj
|
||||||
FILE list.obj
|
FILE list.obj
|
||||||
FILE main.obj
|
FILE main.obj
|
||||||
FILE mem.obj
|
|
||||||
FILE objdata.obj
|
FILE objdata.obj
|
||||||
FILE objfile.obj
|
FILE objfile.obj
|
||||||
LIBRARY ..\common\common.lib
|
LIBRARY ..\common\common.lib
|
||||||
|
|||||||
Reference in New Issue
Block a user