Skip to content

Commit

Permalink
Removed explicit declaration of __ctype
Browse files Browse the repository at this point in the history
  • Loading branch information
davehein committed Jun 25, 2018
1 parent 3d26375 commit 39d2702
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions bas.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ void ClearVars(void);
int Expression(int prec);
int Execute(int cmdnum);

unsigned char __ctype[];
#if 0
unsigned char __ctype[] = {
1, 1, 1, 1, 1, 1, 1, 1, 1, -111, 17, 17, 17, 17, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -112, 32, 32, 32, 32,
32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 66, 66, 66, 66, 66,
66, 66, 66, 66, 66, 32, 32, 32, 32, 32, 32, 32, 68, 68, 68, 68,
68, 68, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 32, 32, 32, 32, 32, 32, 72, 72, 72, 72, 72, 72, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 32, 32, 32, 32, 1, 0, 0, 0, 0};
#endif

/* INLINE SPIN
CON
_clkmode = xinput
Expand Down

0 comments on commit 39d2702

Please sign in to comment.