From: Charles Hannum Date: Sun, 28 Jun 1992 15:34:25 +0000 (+0000) Subject: entered into RCS X-Git-Tag: misc/cutover-egcs-0~12604 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ceb0c11e3fc9658db85d62be7c2c6a5e83bbb5c;p=thirdparty%2Fgcc.git entered into RCS From-SVN: r1327 --- diff --git a/gcc/limitx.h b/gcc/limitx.h index d261e94a7a96..1231bfa798c1 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 diff --git a/gcc/limity.h b/gcc/limity.h new file mode 100644 index 000000000000..59657134b3bf --- /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_ */