summaryrefslogtreecommitdiff
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 1aa76d54f16..07e062d7d70 100644
--- a/gdb/standalone.c
+++ b/gdb/standalone.c
@@ -145,7 +145,7 @@ open (char *filename, int 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));