mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:15:11 +00:00
[MOD] Try to make Parsee work with TCC
This commit is contained in:
parent
fb511b4df0
commit
54c5331835
3 changed files with 13 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ CommandParse(char *cmd)
|
|||
char c = *cur;
|
||||
char *tmp;
|
||||
bool type;
|
||||
char char_type;
|
||||
char char_type = '\0';
|
||||
switch (state)
|
||||
{
|
||||
case STATE_WHITE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue