quick fix for comparisons with constants

This commit is contained in:
Quentin Carbonneaux 2015-08-05 12:47:10 -04:00
parent 246a48ba94
commit 9c7b06d68f
5 changed files with 22 additions and 7 deletions

View file

@ -68,6 +68,8 @@ static char *rbtoa[] = {
static char *ctoa[NCmp] = {
[Ceq] = "e",
[Csle] = "le",
[Csgt] = "g",
[Cne] = "ne",
};
static void