Module Name:    src
Committed By:   joerg
Date:           Mon Apr 15 11:01:41 UTC 2013

Modified Files:
        src/sys/sys: ctype_bits.h

Log Message:
Export C version of classification and conversion table as well.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/ctype_bits.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/ctype_bits.h
diff -u src/sys/sys/ctype_bits.h:1.3 src/sys/sys/ctype_bits.h:1.4
--- src/sys/sys/ctype_bits.h:1.3	Sat Apr 13 10:21:21 2013
+++ src/sys/sys/ctype_bits.h	Mon Apr 15 11:01:40 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: ctype_bits.h,v 1.3 2013/04/13 10:21:21 joerg Exp $ */
+/* $NetBSD: ctype_bits.h,v 1.4 2013/04/15 11:01:40 joerg Exp $ */
 
 /*
  * Copyright (c) 1989 The Regents of the University of California.
@@ -59,4 +59,8 @@ extern const unsigned short	*_ctype_tab_
 extern const short	*_tolower_tab_;
 extern const short	*_toupper_tab_;
 
+extern const unsigned short _C_ctype_tab_[];
+extern const short _C_toupper_tab_[];
+extern const short _C_tolower_tab_[];
+
 #endif /* !_SYS_CTYPE_BITS_H_ */

Reply via email to