Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen cleanup format of #ifdef



details:   https://anonhg.NetBSD.org/src/rev/c69e43066ad2
branches:  trunk
changeset: 760965:c69e43066ad2
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jan 17 23:32:31 2011 +0000

description:
cleanup format of #ifdef

diffstat:

 lib/libc/gen/nlist_private.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r a4c33263b5ed -r c69e43066ad2 lib/libc/gen/nlist_private.h
--- a/lib/libc/gen/nlist_private.h      Mon Jan 17 22:53:29 2011 +0000
+++ b/lib/libc/gen/nlist_private.h      Mon Jan 17 23:32:31 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nlist_private.h,v 1.20 2010/09/24 15:57:15 matt Exp $ */
+/* $NetBSD: nlist_private.h,v 1.21 2011/01/17 23:32:31 matt Exp $ */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou
@@ -43,9 +43,9 @@
 #elif defined(__mips__)
 #  define      NLIST_ECOFF
 #  define      NLIST_ELF32
-#ifndef __mips_o32
-#  define      NLIST_ELF64
-#endif
+#  ifndef __mips_o32
+#    define    NLIST_ELF64
+#  endif
 #elif defined(__arm__) || defined(__i386__) || defined (__m68k__) || \
     defined(__powerpc__) || defined(__vax__)
 #  define      NLIST_AOUT



Home | Main Index | Thread Index | Old Index