]> Git Repo - binutils.git/blobdiff - gdb/c-exp.y
Fixes related to handling of C++ methods (handle destructors
[binutils.git] / gdb / c-exp.y
index 3e318fee87036f09575859c4810137dab1f2b9b2..0c51cd2f34cecf8ba58b5c4e6bf538fc4aa5f452 100644 (file)
@@ -771,6 +771,8 @@ array_mod:  '[' ']'
 
 func_mod:      '(' ')'
                        { $$ = 0; }
+       |       '(' nonempty_typelist ')'
+                       { free ($2); $$ = 0; }
        ;
 
 type   :       ptype
This page took 0.023998 seconds and 4 git commands to generate.