aboutsummaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-09-19 03:58:41 +0000
committerAndrew Cagney <cagney@redhat.com>2002-09-19 03:58:41 +0000
commit389e51db103b5c811f1849228c2c5e9e71062f5a (patch)
treef29314af18fc82fc8eaeaf5b9ac5ddb55d09fd5c /gdb/printcmd.c
parent3b4efeaa2da94f19becde56d8c8f9693367acafc (diff)
downloadfsf-binutils-gdb-389e51db103b5c811f1849228c2c5e9e71062f5a.zip
fsf-binutils-gdb-389e51db103b5c811f1849228c2c5e9e71062f5a.tar.gz
fsf-binutils-gdb-389e51db103b5c811f1849228c2c5e9e71062f5a.tar.bz2
Revert previous change. Not obvious.
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r--gdb/printcmd.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c
index c5487a2..8542b8a 100644
--- a/gdb/printcmd.c
+++ b/gdb/printcmd.c
@@ -1104,11 +1104,7 @@ address_info (char *exp, int from_tty)
printf_filtered ("Symbol \"");
fprintf_symbol_filtered (gdb_stdout, exp,
current_language->la_language, DMGL_ANSI);
- printf_filtered ("\" is a field of the local class variable ");
- if (current_language->la_language == language_objc)
- printf_filtered ("'self'\n"); /* ObjC equivalent of "this" */
- else
- printf_filtered ("'this'\n");
+ printf_filtered ("\" is a field of the local class variable `this'\n");
return;
}