Module Name:    src
Committed By:   tnozaki
Date:           Sat Jun  5 16:37:13 UTC 2010

Modified Files:
        src/lib/libc/locale: rune_local.h runetype_local.h

Log Message:
remove unused magic.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/locale/rune_local.h
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/locale/runetype_local.h

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

Modified files:

Index: src/lib/libc/locale/rune_local.h
diff -u src/lib/libc/locale/rune_local.h:1.14 src/lib/libc/locale/rune_local.h:1.15
--- src/lib/libc/locale/rune_local.h:1.14	Sat May 22 13:50:02 2010
+++ src/lib/libc/locale/rune_local.h	Sat Jun  5 16:37:13 2010
@@ -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
 
 /*

Index: src/lib/libc/locale/runetype_local.h
diff -u src/lib/libc/locale/runetype_local.h:1.8 src/lib/libc/locale/runetype_local.h:1.9
--- src/lib/libc/locale/runetype_local.h:1.8	Sat May 22 18:15:21 2010
+++ src/lib/libc/locale/runetype_local.h	Sat Jun  5 16:37:13 2010
@@ -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="
 

Reply via email to