mirror of
https://github.com/pret/agbcc.git
synced 2026-04-25 07:19:40 -05:00
9 lines
330 B
C
Executable File
9 lines
330 B
C
Executable File
/* syslimits.h stands for the system's own limits.h file.
|
|
If we can use it ok unmodified, then we install this text.
|
|
If fixincludes fixes it, then the fixed version is installed
|
|
instead of this text. */
|
|
|
|
#define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
|
|
#include_next <limits.h>
|
|
#undef _GCC_NEXT_LIMITS_H
|