1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +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:
cuz 2000-07-15 12:33:56 +00:00
parent 4a0b4e86d4
commit 70aa776d33
3 changed files with 0 additions and 5 deletions

View File

@ -43,8 +43,6 @@
const char* ProgName = "ar65"; /* Program name */
int Verbose = 0; /* Verbose operation flag */

View File

@ -44,8 +44,6 @@
extern const char* ProgName; /* Program name */
extern int Verbose; /* Verbose operation flag */

View File

@ -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