aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-out.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-19 23:31:41 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-19 23:31:41 +0000
commitcf4eee44fd7bcbd17b1c1e7c28216b3379d797a7 (patch)
treef74f300946f836841b4b2833fa4369eb271fee65 /gdb/mi/mi-out.h
parent1c5b31ef69484c56d8661dc98143aa102a4fc64a (diff)
downloadgdb-cf4eee44fd7bcbd17b1c1e7c28216b3379d797a7.zip
gdb-cf4eee44fd7bcbd17b1c1e7c28216b3379d797a7.tar.gz
gdb-cf4eee44fd7bcbd17b1c1e7c28216b3379d797a7.tar.bz2
Zap __STDC__ references.
Diffstat (limited to 'gdb/mi/mi-out.h')
-rw-r--r--gdb/mi/mi-out.h2
1 files changed, 0 insertions, 2 deletions
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);