*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / cp-name-parser.y
index 0b5069d0217f6afa4478061e2d9704ba3bf8eb1f..b70ad213accbb769e49493a076f303c5535890b5 100644 (file)
@@ -499,7 +499,7 @@ operator    :       OPERATOR NEW
                |       OPERATOR ARROW
                        { $$ = make_operator ("->", 2); }
                |       OPERATOR '(' ')'
-                       { $$ = make_operator ("()", 0); }
+                       { $$ = make_operator ("()", 2); }
                |       OPERATOR '[' ']'
                        { $$ = make_operator ("[]", 2); }
                ;
This page took 0.024418 seconds and 4 git commands to generate.