mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Cosmetic change
git-svn-id: svn://svn.cc65.org/cc65/trunk@1225 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
569c0f451f
commit
e0d9f2817e
@ -33,7 +33,7 @@
|
||||
|
||||
|
||||
|
||||
#ifndef SCANNER_H
|
||||
#ifndef SCANNER_H
|
||||
#define SCANNER_H
|
||||
|
||||
|
||||
@ -119,7 +119,7 @@ typedef enum {
|
||||
|
||||
|
||||
/* Mapping table entry, special identifier --> token */
|
||||
typedef struct IdentTok_ IdentTok;
|
||||
typedef struct IdentTok IdentTok;
|
||||
struct IdentTok_ {
|
||||
const char* Ident; /* Identifier */
|
||||
cfgtok_t Tok; /* Token for identifier */
|
||||
|
Loading…
x
Reference in New Issue
Block a user