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 /gcc/limity.h | |
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
Diffstat (limited to 'gcc/limity.h')
-rw-r--r-- | gcc/limity.h | 4 |
1 files changed, 4 insertions, 0 deletions
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_ */ |