Reindented to GNU standard. No semantic changes. This checkin is to
[deliverable/binutils-gdb.git] / gdb / tm-ultra3.h
index 2b60f90e3a69d5909753ab489a72f3758dcea7bd..71031444e29742ea5dbaaae4df9030463f681eac 100644 (file)
@@ -177,7 +177,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  */
 #if !defined(KERNEL_DEBUGGING)
 #ifdef SYM1
-# define IN_SIGTRAMP(pc, name) name && !strcmp ("sigtramp", name)
+# define IN_SIGTRAMP(pc, name) (name && STREQ ("sigtramp", name))
 #else
         Need to define IN_SIGTRAMP() for sym2.
 #endif
This page took 0.023748 seconds and 4 git commands to generate.