aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-10-19 19:17:11 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-10-19 19:17:11 +0000
commit4b16cf4f8af15465d9b5b73b4158859b4bbf413c (patch)
tree25b1105ec24757497e39860329b7685823f1ea82 /sys/alpha
parentf828df9d17e040c36e1e24914749dca40ac836e3 (diff)
downloadsrc-4b16cf4f8af15465d9b5b73b4158859b4bbf413c.tar.gz
src-4b16cf4f8af15465d9b5b73b4158859b4bbf413c.zip
Blah, fix braino where ru had to remind me of proper preprocessor syntax.
Bad fingers, no cookie.
Notes
Notes: svn path=/head/; revision=85183
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/ansi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/ansi.h b/sys/alpha/include/ansi.h
index 8338ce0d6ea8..8fd168281186 100644
--- a/sys/alpha/include/ansi.h
+++ b/sys/alpha/include/ansi.h
@@ -72,7 +72,7 @@
#define _BSD_OFF_T_ long /* file offset */
#define _BSD_PID_T_ int /* process [group] */
-#if defined __GNUC__ && (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ > 95)
+#if defined(__GNUC__) && (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ > 95)
#define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */
#else
typedef struct {