diff options
| author | drochner <drochner@NetBSD.org> | 2007-09-03 20:31:56 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 2007-09-03 20:31:56 +0000 |
| commit | dce09ea075e7ccf159daf76d125877c3bbea22c0 (patch) | |
| tree | 2a1212ac4f13469a8fd8f47fac054eb4c3306f8a /lib/libc | |
| parent | dc25cf6f51a0226d34d74aef508a7890ecb9704f (diff) | |
clean up some definitions around rune_t which are not needed anymore
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/rune.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/locale/rune.h b/lib/libc/locale/rune.h index 065e330983e..e9f6124c60a 100644 --- a/lib/libc/locale/rune.h +++ b/lib/libc/locale/rune.h @@ -1,4 +1,4 @@ -/* $NetBSD: rune.h,v 1.11 2006/02/16 19:19:49 tnozaki Exp $ */ +/* $NetBSD: rune.h,v 1.12 2007/09/03 20:31:56 drochner Exp $ */ /*- * Copyright (c) 1993 @@ -73,7 +73,6 @@ * Other namespace conversion. */ -#define rune_t __nbrune_t #define _RUNE_ISCACHED _NB_RUNE_ISCACHED #define _CACHED_RUNES _NB_CACHED_RUNES #define _DEFAULT_INVALID_RUNE _NB_DEFAULT_INVALID_RUNE |
