Allow a CPU spec in the GLOBAL section of the info file

git-svn-id: svn://svn.cc65.org/cc65/trunk@2269 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-08-12 11:01:46 +00:00
parent f0dace7bd0
commit 98cdbaba4b
2 changed files with 15 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ typedef enum token_t {
INFOTOK_LABEL,
/* Global section */
INFOTOK_CPU,
INFOTOK_INPUTNAME,
INFOTOK_OUTPUTNAME,
INFOTOK_PAGELENGTH,