diff options
author | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-06-28 15:34:25 +0000 |
---|---|---|
committer | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-06-28 15:34:25 +0000 |
commit | a840ff962cb1c672191a7ef616132d1c8af81512 (patch) | |
tree | 0d3d0145e01b6f2c1ee225ae6d45add81a90b0bd | |
parent | 1ab99fdefff7975253890c8f75eb3c1fbf356469 (diff) | |
download | gcc-a840ff962cb1c672191a7ef616132d1c8af81512.tar.gz |
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1327 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/limitx.h | 3 | ||||
-rw-r--r-- | gcc/limity.h | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/limitx.h b/gcc/limitx.h index d261e94a7a9..1231bfa798c 100644 --- a/gcc/limitx.h +++ b/gcc/limitx.h @@ -1,5 +1,8 @@ /* This administrivia gets added to the beginning of limits.h if the system has its own version of limits.h. */ +#ifndef _LIMITS_H_ /* Terminated in limity.h. */ +#define _LIMITS_H_ + #include_next <limits.h> diff --git a/gcc/limity.h b/gcc/limity.h new file mode 100644 index 00000000000..59657134b3b --- /dev/null +++ b/gcc/limity.h @@ -0,0 +1,4 @@ +/* This administrivia gets added to the end of limits.h + if the system has its own version of limits.h. */ + +#endif /* not _LIMITS_H_ */ |