mirror of
https://github.com/cc65/cc65.git
synced 2025-01-24 20:30:08 +00:00
Removed duplicate variable ProgName
git-svn-id: svn://svn.cc65.org/cc65/trunk@153 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
4a0b4e86d4
commit
70aa776d33
@ -43,8 +43,6 @@
|
||||
|
||||
|
||||
|
||||
const char* ProgName = "ar65"; /* Program name */
|
||||
|
||||
int Verbose = 0; /* Verbose operation flag */
|
||||
|
||||
|
||||
|
@ -44,8 +44,6 @@
|
||||
|
||||
|
||||
|
||||
extern const char* ProgName; /* Program name */
|
||||
|
||||
extern int Verbose; /* Verbose operation flag */
|
||||
|
||||
|
||||
|
@ -106,7 +106,6 @@ FILE global.obj
|
||||
FILE library.obj
|
||||
FILE list.obj
|
||||
FILE main.obj
|
||||
FILE mem.obj
|
||||
FILE objdata.obj
|
||||
FILE objfile.obj
|
||||
LIBRARY ..\common\common.lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user