From 5bb367b1d911e5893a504ebd2ac301f55cd3ec79 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 14 Mar 2001 16:42:30 +0000 Subject: Eliminate some uses of __STDC__. --- gdb/ui-out.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/ui-out.h') diff --git a/gdb/ui-out.h b/gdb/ui-out.h index bb5834f..a7be1ed 100644 --- a/gdb/ui-out.h +++ b/gdb/ui-out.h @@ -25,10 +25,8 @@ /* The ui_out structure */ -#if __STDC__ struct ui_out; struct ui_out_data; -#endif /* the current ui_out */ -- cgit v1.1