diff options
author | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1990-01-31 19:06:55 +0000 |
---|---|---|
committer | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1990-01-31 19:06:55 +0000 |
commit | 5f00a78dbe32ddde5ed9f2a78b41e1a5074bb4b7 (patch) | |
tree | d0b44b2a8e206750c1a675a8944e80599cb0c0bd /gcc/README-fixinc | |
parent | dde24f037df159606b663951d5effe8822b66d80 (diff) | |
download | gcc-5f00a78dbe32ddde5ed9f2a78b41e1a5074bb4b7.tar.gz |
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/README-fixinc')
-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 00000000000..4b303ddc63a --- /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. |