[MOD] Try to make Parsee work with TCC

This commit is contained in:
lda 2024-08-22 14:38:02 +02:00
commit 54c5331835
3 changed files with 13 additions and 2 deletions

View file

@ -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: