diff options
Diffstat (limited to 'gdb/annotate.h')
-rw-r--r-- | gdb/annotate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/annotate.h b/gdb/annotate.h index 1a509b1..e80313a 100644 --- a/gdb/annotate.h +++ b/gdb/annotate.h @@ -44,9 +44,7 @@ extern void annotate_breakpoints_table_end PARAMS ((void)); extern void annotate_frames_invalid PARAMS ((void)); -#ifdef __STDC__ struct type; -#endif extern void annotate_field_begin PARAMS ((struct type *)); extern void annotate_field_name_end PARAMS ((void)); |