summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2005-12-20 14:42:06 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2005-12-20 14:42:06 +0000
commitd37d577df749fb0ee475d5602b1982d10619df14 (patch)
treebd446809db71b4e6da744edb7e81e5af8efa1b60 /sys/arch/m88k
parent8181ef81922d023fe70f58695ff1f040fce31bc8 (diff)
Fix typo introduced in last commit.
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r--sys/arch/m88k/include/va-m88k.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m88k/include/va-m88k.h b/sys/arch/m88k/include/va-m88k.h
index 1d908ed1b7b..1920fdd8410 100644
--- a/sys/arch/m88k/include/va-m88k.h
+++ b/sys/arch/m88k/include/va-m88k.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: va-m88k.h,v 1.6 2005/12/14 21:46:31 millert Exp $ */
+/* $OpenBSD: va-m88k.h,v 1.7 2005/12/20 14:42:05 millert Exp $ */
/* Define __gnuc_va_list. */
@@ -86,7 +86,7 @@ __extension__ ({ \
*(dest) = *(src);\
})
-#if __ISO_VISIBLE >= 1999
+#if __ISO_C_VISIBLE >= 1999
#define va_copy(dest, src) __va_copy(dest, src)
#endif