Delete lingering stdio and errno references too.
* decl.c, errfn.c, parse.y, ptree.c search.c, xrefc.: Likewwise.
From-SVN: r18936
+Wed Apr 1 18:22:25 1998 Jeffrey A Law (law@cygnus.com)
+
+ * class.c, Make sure system.h is included just after config.h.
+ Delete lingering stdio and errno references too.
+ * decl.c, errfn.c, parse.y, ptree.c search.c, xrefc.: Likewwise.
+
Wed Apr 1 15:38:36 1998 Jason Merrill <jason@yorick.cygnus.com>
* friend.c (is_friend): Fix access control for local classes.
/* High-level class interface. */
#include "config.h"
-#include "tree.h"
#include "system.h"
+#include "tree.h"
#include "cp-tree.h"
#include "flags.h"
#include "rtl.h"
#include "config.h"
#include "system.h"
-#include <stdio.h>
#include "tree.h"
#include "rtl.h"
#include "flags.h"
Boston, MA 02111-1307, USA. */
#include "config.h"
-#include "tree.h"
#include "system.h"
+#include "tree.h"
/* cp_printer is the type of a function which converts an argument into
a string for digestion by printf. The cp_printer function should deal
extern tree void_list_node;
extern struct obstack permanent_obstack;
-#ifndef errno
-extern int errno;
-#endif
-
extern int end_of_file;
/* Like YYERROR but do call yyerror. */
extern tree void_list_node;
extern struct obstack permanent_obstack;
-#ifndef errno
-extern int errno;
-#endif
-
extern int end_of_file;
/* Like YYERROR but do call yyerror. */
#include "config.h"
-#include "tree.h"
#include "system.h"
+#include "tree.h"
#include "cp-tree.h"
void
/* High-level class interface. */
#include "config.h"
-#include "tree.h"
#include "system.h"
+#include "tree.h"
#include "cp-tree.h"
#include "obstack.h"
#include "flags.h"
#include "config.h"
-#include "tree.h"
#include "system.h"
+#include "tree.h"
#include "cp-tree.h"
#include "input.h"