]> gcc.gnu.org Git - gcc.git/commitdiff
entered into RCS
authorRichard Stallman <rms@gnu.org>
Sun, 10 May 1992 00:34:30 +0000 (00:34 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 10 May 1992 00:34:30 +0000 (00:34 +0000)
From-SVN: r949

gcc/c-aux-info.c

index b1c9ad3441eba84b0a80e29a68f11b92fcf11c87..fddf496e07555f3203d71aa788291767ca8cbf05 100644 (file)
@@ -23,17 +23,11 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <stdio.h>
-#include <sys/param.h>
-#include <errno.h>
 #include "config.h"
 #include "flags.h"
 #include "tree.h"
 #include "c-tree.h"
 
-#ifndef errno
-extern int errno;
-#endif
-
 extern char* xmalloc ();
 
 enum formals_style_enum {
This page took 0.095896 seconds and 5 git commands to generate.