Fix missing value for divide precedence

This commit is contained in:
Jeffrey Pfau 2014-07-12 18:41:11 -07:00
parent 4638e4a017
commit 5958d8c0da
1 changed files with 1 additions and 0 deletions

View File

@ -260,6 +260,7 @@ static const int _operatorPrecedence[] = {
2,
1,
1,
0,
0
};