Fixed typo from commit 0ac8aaab1b

master
Vincent Lefevre 2014-03-31 15:24:32 +02:00
parent 01cf514e59
commit a620b12dc1
1 changed files with 1 additions and 1 deletions

View File

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