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 | ae9c8396baf5dacf71ea51214b96fb38401dda5d (patch) | |
tree | f70a91d54dd4e6c92ab2e90beddf6c2aa46daaf9 /gdb/mi/mi-out.h | |
parent | 9040fb48a435f49686bba4f39636008e5abc926a (diff) | |
download | gdb-ae9c8396baf5dacf71ea51214b96fb38401dda5d.tar.gz |
Zap __STDC__ references.
Diffstat (limited to 'gdb/mi/mi-out.h')
-rw-r--r-- | gdb/mi/mi-out.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/mi/mi-out.h b/gdb/mi/mi-out.h index 0554e1c2760..37a643ca638 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); |