diff options
author | Richard Stallman <rms@gnu.org> | 1992-09-24 06:58:57 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-09-24 06:58:57 +0000 |
commit | dc24dc0a611473f5f48f22122d625ac0d52eca6e (patch) | |
tree | 041008886f1189fb30c2704615202b064289078b /gcc/gsyslimits.h | |
parent | 2cdb89d3b2a055514060fdd16868a3a517c85492 (diff) | |
download | gcc-dc24dc0a611473f5f48f22122d625ac0d52eca6e.tar.gz |
Add comment.
From-SVN: r2226
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> |