Cosmetic change
git-svn-id: svn://svn.cc65.org/cc65/trunk@1225 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef SCANNER_H
|
#ifndef SCANNER_H
|
||||||
#define SCANNER_H
|
#define SCANNER_H
|
||||||
|
|
||||||
|
|
||||||
@@ -119,7 +119,7 @@ typedef enum {
|
|||||||
|
|
||||||
|
|
||||||
/* Mapping table entry, special identifier --> token */
|
/* Mapping table entry, special identifier --> token */
|
||||||
typedef struct IdentTok_ IdentTok;
|
typedef struct IdentTok IdentTok;
|
||||||
struct IdentTok_ {
|
struct IdentTok_ {
|
||||||
const char* Ident; /* Identifier */
|
const char* Ident; /* Identifier */
|
||||||
cfgtok_t Tok; /* Token for identifier */
|
cfgtok_t Tok; /* Token for identifier */
|
||||||
|
|||||||
Reference in New Issue
Block a user