Zap __STDC__ references.

This commit is contained in:
Andrew Cagney 2001-03-19 23:31:41 +00:00
parent 1c5b31ef69
commit cf4eee44fd
6 changed files with 11 additions and 14 deletions

View file

@ -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);