entered into RCS

From-SVN: r1327
This commit is contained in:
Charles Hannum 1992-06-28 15:34:25 +00:00
parent 8d86aaea64
commit 0ceb0c11e3
2 changed files with 7 additions and 0 deletions

View File

@ -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>

4
gcc/limity.h Normal file
View File

@ -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_ */