diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-19 23:31:41 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-19 23:31:41 +0000 |
commit | cf4eee44fd7bcbd17b1c1e7c28216b3379d797a7 (patch) | |
tree | f74f300946f836841b4b2833fa4369eb271fee65 /gdb/mi | |
parent | 1c5b31ef69484c56d8661dc98143aa102a4fc64a (diff) | |
download | gdb-cf4eee44fd7bcbd17b1c1e7c28216b3379d797a7.zip gdb-cf4eee44fd7bcbd17b1c1e7c28216b3379d797a7.tar.gz gdb-cf4eee44fd7bcbd17b1c1e7c28216b3379d797a7.tar.bz2 |
Zap __STDC__ references.
Diffstat (limited to 'gdb/mi')
-rw-r--r-- | gdb/mi/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/mi/mi-out.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index 6567642..5215ca5 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,3 +1,7 @@ +2001-03-19 Andrew Cagney <ac131313@redhat.com> + + * mi-out.h: Remove #ifdef __STDC__. + 2001-03-08 Andrew Cagney <ac131313@redhat.com> * mi-main.c (mi_cmd_data_list_register_names): Use NUM_REGS, not diff --git a/gdb/mi/mi-out.h b/gdb/mi/mi-out.h index 0554e1c..37a643c 100644 --- a/gdb/mi/mi-out.h +++ b/gdb/mi/mi-out.h @@ -22,10 +22,8 @@ #ifndef MI_OUT_H #define MI_OUT_H 1 -#if __STDC__ struct ui_out; struct ui_file; -#endif extern struct ui_out *mi_out_new (void); extern void mi_out_put (struct ui_out *uiout, struct ui_file *stream); |