summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/ansi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/include/ansi.h')
-rw-r--r--sys/arch/mvme88k/include/ansi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/include/ansi.h b/sys/arch/mvme88k/include/ansi.h
index 39aedc8cde0..809c570acf5 100644
--- a/sys/arch/mvme88k/include/ansi.h
+++ b/sys/arch/mvme88k/include/ansi.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ansi.h,v 1.15 2003/08/01 07:44:05 miod Exp $ */
+/* $OpenBSD: ansi.h,v 1.16 2003/10/11 22:08:57 miod Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -61,7 +61,7 @@ struct __va_list_tag;
* chosen over a long is that the is*() and to*() routines take ints (says
* ANSI C), but they use _RUNE_T_ instead of int. By changing it here, you
* lose a bit of ANSI conformance, but your programs will still work.
- *
+ *
* Note that _WCHAR_T_ and _RUNE_T_ must be of the same type. When wchar_t
* and rune_t are typedef'd, _WCHAR_T_ will be undef'd, but _RUNE_T remains
* defined for ctype.h.