summaryrefslogtreecommitdiff
path: root/gdb/mi
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
commitae9c8396baf5dacf71ea51214b96fb38401dda5d (patch)
treef70a91d54dd4e6c92ab2e90beddf6c2aa46daaf9 /gdb/mi
parent9040fb48a435f49686bba4f39636008e5abc926a (diff)
downloadgdb-ae9c8396baf5dacf71ea51214b96fb38401dda5d.tar.gz
Zap __STDC__ references.
Diffstat (limited to 'gdb/mi')
-rw-r--r--gdb/mi/ChangeLog4
-rw-r--r--gdb/mi/mi-out.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog
index 6567642ad4f..5215ca5a689 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 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);