X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fld65%2Fscanner.h;h=8b385478dc7ddb74a91fc983bb15c51dfe64d206;hb=0a68498252fd4678b121de3b968b88b0788078ec;hp=65258d04c304d8e45960d03b560a7327085585b9;hpb=e0d9f2817ebae5230a7a6e4d44ed86ed350cf93f;p=cc65 diff --git a/src/ld65/scanner.h b/src/ld65/scanner.h index 65258d04c..8b385478d 100644 --- a/src/ld65/scanner.h +++ b/src/ld65/scanner.h @@ -33,7 +33,7 @@ -#ifndef SCANNER_H +#ifndef SCANNER_H #define SCANNER_H @@ -120,7 +120,7 @@ typedef enum { /* Mapping table entry, special identifier --> token */ typedef struct IdentTok IdentTok; -struct IdentTok_ { +struct IdentTok { const char* Ident; /* Identifier */ cfgtok_t Tok; /* Token for identifier */ };