Allow numeric OS types in the config file

git-svn-id: svn://svn.cc65.org/cc65/trunk@3386 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2005-02-14 10:36:23 +00:00
parent 6c796774d8
commit 26ae91efff
2 changed files with 25 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
/* */
/* */
/* */
/* (C) 1999-2003 Ullrich von Bassewitz */
/* (C) 1999-2005 Ullrich von Bassewitz */
/* R<>merstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
@@ -62,9 +62,11 @@ typedef struct O65Desc O65Desc;
#define O65OPT_TIMESTAMP 4
/* Operating system codes for O65OPT_OS */
#define O65OS_MIN 1
#define O65OS_OSA65 1
#define O65OS_LUNIX 2
#define O65OS_CC65 3
#define O65OS_MAX 255