diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-12-20 14:42:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-12-20 14:42:06 +0000 |
commit | d37d577df749fb0ee475d5602b1982d10619df14 (patch) | |
tree | bd446809db71b4e6da744edb7e81e5af8efa1b60 /sys/arch/m88k | |
parent | 8181ef81922d023fe70f58695ff1f040fce31bc8 (diff) |
Fix typo introduced in last commit.
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r-- | sys/arch/m88k/include/va-m88k.h | 4 |
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 |