Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/regress/lib/libc/locale/ctype1 Add `implementation-dependent...



details:   https://anonhg.NetBSD.org/src/rev/06010c15f038
branches:  trunk
changeset: 536240:06010c15f038
user:      minoura <minoura%NetBSD.org@localhost>
date:      Wed Sep 11 22:48:03 2002 +0000

description:
Add `implementation-dependent' comment.

diffstat:

 regress/lib/libc/locale/ctype1/ctype1.c |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r e783089f0189 -r 06010c15f038 regress/lib/libc/locale/ctype1/ctype1.c
--- a/regress/lib/libc/locale/ctype1/ctype1.c   Wed Sep 11 22:28:32 2002 +0000
+++ b/regress/lib/libc/locale/ctype1/ctype1.c   Wed Sep 11 22:48:03 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ctype1.c,v 1.1 2002/09/11 14:54:34 minoura Exp $       */
+/*     $NetBSD: ctype1.c,v 1.2 2002/09/11 22:48:03 minoura Exp $       */
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -33,6 +33,11 @@
     wcstombs(buf, wbuf, 255);
     printf("%s\n", buf);
 
+    /*
+     * The output here is implementation-dependent.
+     * When we replace the conversion routine, we might have to
+     * update the *.exp files.
+     */
     for ( p=wbuf; *p; p++) {
         printf("0x%04X  ", (unsigned)*p);
     }



Home | Main Index | Thread Index | Old Index