X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=lexer.h;h=e419794eda9f867e150e9f26064cd3ef849c9ec6;hb=1ca3e724176898c5610d943d98915acef43214bb;hp=e3ba96f1ff8f91ef2af20310720d2e42036d7878;hpb=53fd019780bc33c28c7d41aa046c4b74ed65b01f;p=xonotic%2Fgmqcc.git diff --git a/lexer.h b/lexer.h index e3ba96f..e419794 100644 --- a/lexer.h +++ b/lexer.h @@ -217,7 +217,7 @@ static const oper_info c_operators[] = { { "^=", 2, opid2('^','='), ASSOC_RIGHT, 2, 0 }, { "|=", 2, opid2('|','='), ASSOC_RIGHT, 2, 0 }, - { ":", 3, opid2(':','?'), ASSOC_RIGHT, 1, 0 }, + { ":", 0, opid2(':','?'), ASSOC_RIGHT, 1, 0 }, { ",", 2, opid1(','), ASSOC_LEFT, 0, 0 } };