New --hexoffs option

git-svn-id: svn://svn.cc65.org/cc65/trunk@2433 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-09-11 20:19:09 +00:00
parent 2c63e4bc0b
commit 30594ce1f1
6 changed files with 29 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ typedef enum token_t {
/* Global section */
INFOTOK_COMMENTS,
INFOTOK_CPU,
INFOTOK_HEXOFFS,
INFOTOK_INPUTNAME,
INFOTOK_INPUTOFFS,
INFOTOK_INPUTSIZE,