]> gcc.gnu.org Git - gcc.git/blame - gcc/limitx.h
Include syslimits.h instead of system's limits.h.
[gcc.git] / gcc / limitx.h
CommitLineData
45fd610d
RS
1/* This administrivia gets added to the beginning of limits.h
2 if the system has its own version of limits.h. */
3
0ceb0c11
CH
4#ifndef _LIMITS_H_ /* Terminated in limity.h. */
5#define _LIMITS_H_
6
47068b86 7#ifndef _LIBC_LIMITS_H_
7e81b79c 8#include "syslimits.h"
47068b86 9#endif
This page took 0.079004 seconds and 5 git commands to generate.