diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1990-01-31 19:06:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1990-01-31 19:06:55 +0000 |
commit | 8323be1206252f68d0fe3f74acea5b953131803b (patch) | |
tree | d0b44b2a8e206750c1a675a8944e80599cb0c0bd | |
parent | ffa8863de31d6d1e35ad77b128f9bfe3676859f5 (diff) | |
download | gcc-8323be1206252f68d0fe3f74acea5b953131803b.zip gcc-8323be1206252f68d0fe3f74acea5b953131803b.tar.gz gcc-8323be1206252f68d0fe3f74acea5b953131803b.tar.bz2 |
entered into RCS
From-SVN: r7
-rw-r--r-- | gcc/README-fixinc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/README-fixinc b/gcc/README-fixinc new file mode 100644 index 0000000..4b303dd --- /dev/null +++ b/gcc/README-fixinc @@ -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. |