diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-01-07 03:53:27 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-01-07 03:53:27 +0000 |
commit | dbf02fdeaf103dcece7f0c71c8b5e1cd068c2f34 (patch) | |
tree | 0919710de422405c064cd5e050ae13af4dae4a9f /gcc/limitx.h | |
parent | 8de6412bb8db97536d0c3abf12eaeea426a1994f (diff) | |
download | gcc-dbf02fdeaf103dcece7f0c71c8b5e1cd068c2f34.tar.gz |
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168 138bc75d-0d04-0410-961f-82ee72b054a4
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 00000000000..d261e94a7a9 --- /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> + |