Module Name:    src
Committed By:   matt
Date:           Mon Jan 17 23:32:31 UTC 2011

Modified Files:
        src/lib/libc/gen: nlist_private.h

Log Message:
cleanup format of #ifdef


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/gen/nlist_private.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/gen/nlist_private.h
diff -u src/lib/libc/gen/nlist_private.h:1.20 src/lib/libc/gen/nlist_private.h:1.21
--- src/lib/libc/gen/nlist_private.h:1.20	Fri Sep 24 15:57:15 2010
+++ src/lib/libc/gen/nlist_private.h	Mon Jan 17 23:32:31 2011
@@ -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

Reply via email to