Fixed typo from commit 0ac8aaab1b
This commit is contained in:
parent
01cf514e59
commit
a620b12dc1
1 changed files with 1 additions and 1 deletions
2
tccpp.c
2
tccpp.c
|
@ -83,7 +83,7 @@ static const unsigned char tok_two_chars[] =
|
|||
'-','-', TOK_DEC,
|
||||
'=','=', TOK_EQ,
|
||||
'<','<', TOK_SHL,
|
||||
'>','>', TOK_SHR,
|
||||
'>','>', TOK_SAR,
|
||||
'+','=', TOK_A_ADD,
|
||||
'-','=', TOK_A_SUB,
|
||||
'*','=', TOK_A_MUL,
|
||||
|
|
Loading…
Add table
Reference in a new issue