Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/locale remove unused magic.



details:   https://anonhg.NetBSD.org/src/rev/a740f2ed7167
branches:  trunk
changeset: 755422:a740f2ed7167
user:      tnozaki <tnozaki%NetBSD.org@localhost>
date:      Sat Jun 05 16:37:13 2010 +0000

description:
remove unused magic.

diffstat:

 lib/libc/locale/rune_local.h     |  3 +--
 lib/libc/locale/runetype_local.h |  5 +----
 2 files changed, 2 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r dccc3252f7ca -r a740f2ed7167 lib/libc/locale/rune_local.h
--- a/lib/libc/locale/rune_local.h      Sat Jun 05 15:47:59 2010 +0000
+++ b/lib/libc/locale/rune_local.h      Sat Jun 05 16:37:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rune_local.h,v 1.14 2010/05/22 13:50:02 tnozaki Exp $  */
+/*     $NetBSD: rune_local.h,v 1.15 2010/06/05 16:37:13 tnozaki Exp $  */
 
 /*-
  * Copyright (c) 2000 Citrus Project,
@@ -105,7 +105,6 @@
 #define _RuneRange             _NBRuneRange
 #define _RuneLocale            _NBRuneLocale
 #define _RUNE_MAGIC_1          _NB_RUNE_MAGIC_1
-#define _RUNE_MODULE_1         _NB_RUNE_MODULE_1
 #define _RUNE_CODESET          _NB_RUNE_CODESET
 
 /*
diff -r dccc3252f7ca -r a740f2ed7167 lib/libc/locale/runetype_local.h
--- a/lib/libc/locale/runetype_local.h  Sat Jun 05 15:47:59 2010 +0000
+++ b/lib/libc/locale/runetype_local.h  Sat Jun 05 16:37:13 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: runetype_local.h,v 1.8 2010/05/22 18:15:21 tnozaki Exp $       */
+/*     $NetBSD: runetype_local.h,v 1.9 2010/06/05 16:37:13 tnozaki Exp $       */
 
 /*-
  * Copyright (c) 1993
@@ -218,9 +218,6 @@
 /* magic number for LC_CTYPE (rune)locale declaration */
 #define        _NB_RUNE_MAGIC_1 "RuneCT10"     /* Indicates version 0 of RuneLocale */
 
-/* magic string for dynamic link module - type should be like "LC_CTYPE" */
-#define        _NB_RUNE_MODULE_1(type) "RuneModule10." type
-
 /* codeset tag */
 #define _NB_RUNE_CODESET "CODESET="
 



Home | Main Index | Thread Index | Old Index