|
|
|
@ -409,12 +409,12 @@ c_type_print_varspec_suffix (type, stream, show, passed_a_ptr, demangled_args) |
|
|
|
break; |
|
|
|
|
|
|
|
case TYPE_CODE_FUNC: |
|
|
|
c_type_print_varspec_suffix (TYPE_TARGET_TYPE (type), stream, 0, |
|
|
|
passed_a_ptr, 0); |
|
|
|
if (passed_a_ptr) |
|
|
|
fprintf_filtered (stream, ")"); |
|
|
|
if (!demangled_args) |
|
|
|
fprintf_filtered (stream, "()"); |
|
|
|
c_type_print_varspec_suffix (TYPE_TARGET_TYPE (type), stream, 0, |
|
|
|
passed_a_ptr, 0); |
|
|
|
break; |
|
|
|
|
|
|
|
case TYPE_CODE_UNDEF: |
|
|
|
|