Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/locale Shut up lint.
details: https://anonhg.NetBSD.org/src/rev/b09d2c085713
branches: trunk
changeset: 789457:b09d2c085713
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Aug 19 09:12:58 2013 +0000
description:
Shut up lint.
diffstat:
lib/libc/locale/nb_lc_messages_misc.h | 3 ++-
lib/libc/locale/nb_lc_monetary_misc.h | 3 ++-
lib/libc/locale/nb_lc_numeric_misc.h | 3 ++-
lib/libc/locale/nb_lc_time_misc.h | 3 ++-
4 files changed, 8 insertions(+), 4 deletions(-)
diffs (68 lines):
diff -r e57eb79762d1 -r b09d2c085713 lib/libc/locale/nb_lc_messages_misc.h
--- a/lib/libc/locale/nb_lc_messages_misc.h Mon Aug 19 08:03:33 2013 +0000
+++ b/lib/libc/locale/nb_lc_messages_misc.h Mon Aug 19 09:12:58 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nb_lc_messages_misc.h,v 1.4 2013/08/18 20:03:48 joerg Exp $ */
+/* $NetBSD: nb_lc_messages_misc.h,v 1.5 2013/08/19 09:12:58 joerg Exp $ */
/*-
* Copyright (c)2008 Citrus Project,
@@ -48,6 +48,7 @@
cache->items[(size_t)NOEXPR ] = data->noexpr;
}
+/* ARGSUSED */
static __inline void
_PREFIX(update_global)(_MessagesLocale *data)
{
diff -r e57eb79762d1 -r b09d2c085713 lib/libc/locale/nb_lc_monetary_misc.h
--- a/lib/libc/locale/nb_lc_monetary_misc.h Mon Aug 19 08:03:33 2013 +0000
+++ b/lib/libc/locale/nb_lc_monetary_misc.h Mon Aug 19 09:12:58 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nb_lc_monetary_misc.h,v 1.4 2013/08/18 20:03:48 joerg Exp $ */
+/* $NetBSD: nb_lc_monetary_misc.h,v 1.5 2013/08/19 09:12:58 joerg Exp $ */
/*-
* Copyright (c)2008 Citrus Project,
@@ -72,6 +72,7 @@
cache->items[(size_t)CRNCYSTR] = NULL; /* NOT IMPLEMENTED YET */
}
+/* ARGSUSED */
static __inline void
_PREFIX(update_global)(_MonetaryLocale *data)
{
diff -r e57eb79762d1 -r b09d2c085713 lib/libc/locale/nb_lc_numeric_misc.h
--- a/lib/libc/locale/nb_lc_numeric_misc.h Mon Aug 19 08:03:33 2013 +0000
+++ b/lib/libc/locale/nb_lc_numeric_misc.h Mon Aug 19 09:12:58 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nb_lc_numeric_misc.h,v 1.4 2013/08/18 20:03:48 joerg Exp $ */
+/* $NetBSD: nb_lc_numeric_misc.h,v 1.5 2013/08/19 09:12:58 joerg Exp $ */
/*-
* Copyright (c)2008 Citrus Project,
@@ -54,6 +54,7 @@
cache->items[(size_t)THOUSEP ] = data->thousands_sep;
}
+/* ARGSUSED */
static __inline void
_PREFIX(update_global)(_NumericLocale *data)
{
diff -r e57eb79762d1 -r b09d2c085713 lib/libc/locale/nb_lc_time_misc.h
--- a/lib/libc/locale/nb_lc_time_misc.h Mon Aug 19 08:03:33 2013 +0000
+++ b/lib/libc/locale/nb_lc_time_misc.h Mon Aug 19 09:12:58 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nb_lc_time_misc.h,v 1.5 2013/08/18 20:03:48 joerg Exp $ */
+/* $NetBSD: nb_lc_time_misc.h,v 1.6 2013/08/19 09:12:58 joerg Exp $ */
/*-
* Copyright (c)2008 Citrus Project,
@@ -74,6 +74,7 @@
cache->items[(size_t)ALT_DIGITS ] = NULL;
}
+/* ARGSUSED */
static __inline void
_PREFIX(update_global)(_TimeLocale *data)
{
Home |
Main Index |
Thread Index |
Old Index