Conditionalize a GCCism.
Approved by: re
This commit is contained in:
parent
4ea25f94be
commit
b8001d2f15
@ -38,8 +38,10 @@
|
|||||||
#define _SYS_SYSLIMITS_H_
|
#define _SYS_SYSLIMITS_H_
|
||||||
|
|
||||||
#if !defined(_KERNEL) && !defined(_LIMITS_H_) && !defined(_SYS_PARAM_H_)
|
#if !defined(_KERNEL) && !defined(_LIMITS_H_) && !defined(_SYS_PARAM_H_)
|
||||||
|
#if __GNUC__
|
||||||
#warning "No user-serviceable parts inside."
|
#warning "No user-serviceable parts inside."
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Do not add any new variables here. (See the comment at the end of
|
* Do not add any new variables here. (See the comment at the end of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user