aboutsummaryrefslogtreecommitdiff
path: root/gdb/standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/standalone.c')
-rw-r--r--gdb/standalone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/standalone.c b/gdb/standalone.c
index 163a639..687b318 100644
--- a/gdb/standalone.c
+++ b/gdb/standalone.c
@@ -144,7 +144,7 @@ open (filename, modes)
for (next - files_start; * (int *) next;
next += * (int *) next)
{
- if (!strcmp (next + 4, filename))
+ if (!STRCMP (next + 4, filename))
{
sourcebeg = next + 4 + strlen (next + 4) + 1;
sourcebeg = (char *) (((int) sourcebeg + 3) & (-4));