make: correct a typo of NetBSD source
This commit is contained in:
parent
40b67629c5
commit
eabd612b15
@ -98,7 +98,7 @@
|
|||||||
((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) || \
|
((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) || \
|
||||||
(__GNUC__ > (x)))
|
(__GNUC__ > (x)))
|
||||||
#else /* defined(__GNUC__) */
|
#else /* defined(__GNUC__) */
|
||||||
#define MAKE_GNUC_PREREQx, y) 0
|
#define MAKE_GNUC_PREREQ(x, y) 0
|
||||||
#endif /* defined(__GNUC__) */
|
#endif /* defined(__GNUC__) */
|
||||||
|
|
||||||
#if MAKE_GNUC_PREREQ(2, 7)
|
#if MAKE_GNUC_PREREQ(2, 7)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user