X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fpreproc.h;h=b6fc559cfca89a628099dd08297327a3851a4b8d;hb=3f4096d3030095605f28b4cfa73563c53a563df6;hp=708c860658bc7b45f835ae62f6144ce4fd745c65;hpb=04ee693c00802bb541934803ac947e316e33d166;p=cc65 diff --git a/src/cc65/preproc.h b/src/cc65/preproc.h index 708c86065..b6fc559cf 100644 --- a/src/cc65/preproc.h +++ b/src/cc65/preproc.h @@ -17,12 +17,6 @@ -/* Token table entry */ -struct tok_elt { - char *toknam; - int toknbr; -}; - /* Set when the pp calls expr() recursively */ extern unsigned char Preprocessing; @@ -44,5 +38,3 @@ void Preprocess (void); - -