2005-07-11 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gdb / sparc-sol2-nat.c
index 19435e7101ad7a09fae117f1cc3af75de013ed56..61ca7120f327c8e3e21feaf8d3cae765d49304c1 100644 (file)
@@ -48,8 +48,8 @@
    Note that a 32-bit GDB won't be able to debug a 64-bit target
    process using /proc on Solaris.  */
 
-#if (defined (__arch64__) ||
-     (defined (PR_MODEL_NATIVE) && (PR_MODEL_NATIVE == PR_MODEL_LP64))
+#if (defined (__arch64__) || \
+     (defined (PR_MODEL_NATIVE) && (PR_MODEL_NATIVE == PR_MODEL_LP64)))
 
 #include "sparc64-tdep.h"
 
This page took 0.024377 seconds and 4 git commands to generate.