* Rename remote-es1800.c to remote-es.c
[deliverable/binutils-gdb.git] / gdb / infrun.hacked.c
index ae633e2bd1941b4b1228c3a06dd1322d182a4fc4..9cf2fcf3e0b2ffcf25b2e32edc290e57dd0e47bd 100644 (file)
@@ -116,9 +116,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
    
    
 
-#include <stdio.h>
-#include <string.h>
 #include "defs.h"
+#include <string.h>
 #include "symtab.h"
 #include "frame.h"
 #include "inferior.h"
@@ -175,7 +174,7 @@ extern char *inferior_thisrun_terminal;
    no name, assume we are not in sigtramp).  */
 #if !defined (IN_SIGTRAMP)
 #define IN_SIGTRAMP(pc, name) \
-  name && !strcmp ("_sigtramp", name)
+  name && STREQ ("_sigtramp", name)
 #endif
 
 /* Tables of how to react to signals; the user sets them.  */
This page took 0.022686 seconds and 4 git commands to generate.