diff options
author | Richard Stallman <rms@gnu.org> | 1992-01-07 03:53:27 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-01-07 03:53:27 +0000 |
commit | 45fd610d97ee1f9a0337919ade9478422020d82d (patch) | |
tree | 0919710de422405c064cd5e050ae13af4dae4a9f /gcc/limitx.h | |
parent | 4231508a998198d335b33c6c11a793c3d6c3bd2f (diff) | |
download | gcc-45fd610d97ee1f9a0337919ade9478422020d82d.zip gcc-45fd610d97ee1f9a0337919ade9478422020d82d.tar.gz gcc-45fd610d97ee1f9a0337919ade9478422020d82d.tar.bz2 |
Initial revision
From-SVN: r168
Diffstat (limited to 'gcc/limitx.h')
-rw-r--r-- | gcc/limitx.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/limitx.h b/gcc/limitx.h new file mode 100644 index 0000000..d261e94 --- /dev/null +++ b/gcc/limitx.h @@ -0,0 +1,5 @@ +/* This administrivia gets added to the beginning of limits.h + if the system has its own version of limits.h. */ + +#include_next <limits.h> + |