Zap __STDC__ references.
This commit is contained in:
parent
1c5b31ef69
commit
cf4eee44fd
6 changed files with 11 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue