diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-09-24 06:58:57 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-09-24 06:58:57 +0000 |
commit | cfe6eff8ad74e97df231221c6d6ce44892f00026 (patch) | |
tree | 041008886f1189fb30c2704615202b064289078b /gcc/gsyslimits.h | |
parent | 5c0744981ecf0dd522c852a85bc146bc4b4f6990 (diff) | |
download | gcc-cfe6eff8ad74e97df231221c6d6ce44892f00026.tar.gz |
Add comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2226 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gsyslimits.h')
-rw-r--r-- | gcc/gsyslimits.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/gsyslimits.h b/gcc/gsyslimits.h index 56f146fcc1f..0a91639d7d2 100644 --- a/gcc/gsyslimits.h +++ b/gcc/gsyslimits.h @@ -1 +1,6 @@ +/* syslimits.h stands for the system's own limits.h file. + If we can use it ok unmodified, then we install this text. + If fixincludes fixes it, then the fixed version is installed + instead of this text. */ + #include_next <limits.h> |