]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
entered into RCS
authorRoland McGrath <roland@gcc.gnu.org>
Wed, 31 Jan 1990 19:06:55 +0000 (19:06 +0000)
committerRoland McGrath <roland@gcc.gnu.org>
Wed, 31 Jan 1990 19:06:55 +0000 (19:06 +0000)
From-SVN: r7

gcc/README-fixinc [new file with mode: 0644]

diff --git a/gcc/README-fixinc b/gcc/README-fixinc
new file mode 100644 (file)
index 0000000..4b303dd
--- /dev/null
@@ -0,0 +1,9 @@
+This README file is copied into the directory for GCC-only header files
+when fixincludes is run by the makefile for GCC.
+
+Many of the files in this directory were made from the standard system
+header files of this system by the shell script `fixincludes'.
+They are system-specific, and will not work on any other kind of system.
+They are also not part of GCC.  The reason for making the files here
+is to fix the places in the header files which use constructs
+that are incompatible with ANSI C.