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 redundant guard.
details: https://anonhg.NetBSD.org/src/rev/5cb9c0531a05
branches: trunk
changeset: 755274:5cb9c0531a05
user: tnozaki <tnozaki%NetBSD.org@localhost>
date: Sun May 30 11:36:12 2010 +0000
description:
remove redundant guard.
diffstat:
lib/libc/locale/ctype_local.h | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (18 lines):
diff -r bc97d14fad1c -r 5cb9c0531a05 lib/libc/locale/ctype_local.h
--- a/lib/libc/locale/ctype_local.h Sun May 30 10:17:33 2010 +0000
+++ b/lib/libc/locale/ctype_local.h Sun May 30 11:36:12 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ctype_local.h,v 1.2 2010/05/22 18:15:21 tnozaki Exp $ */
+/* $NetBSD: ctype_local.h,v 1.3 2010/05/30 11:36:12 tnozaki Exp $ */
/*-
* Copyright (c) 2010 Citrus Project,
@@ -40,8 +40,4 @@
extern const short _C_toupper_[];
extern const short _C_tolower_[];
-#endif
-#ifndef _CTYPE_LOCAL_H_
-#define _CTYPE_LOCAL_H_
-
#endif /*_CTYPE_LOCAL_H_*/
Home |
Main Index |
Thread Index |
Old Index