]> git.sur5r.net Git - cc65/blobdiff - src/ld65/scanner.h
Use cc65 character classification routines
[cc65] / src / ld65 / scanner.h
index 65258d04c304d8e45960d03b560a7327085585b9..8b385478dc7ddb74a91fc983bb15c51dfe64d206 100644 (file)
@@ -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 */
 };