aboutsummaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-14 16:42:30 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-14 16:42:30 +0000
commit5bb367b1d911e5893a504ebd2ac301f55cd3ec79 (patch)
tree59ab5aed48339cc88c8792a7741b007f46346d5b /gdb/printcmd.c
parent0eee5820aa0f68b2283b40f5a3fb09aefcfb1575 (diff)
downloadfsf-binutils-gdb-5bb367b1d911e5893a504ebd2ac301f55cd3ec79.zip
fsf-binutils-gdb-5bb367b1d911e5893a504ebd2ac301f55cd3ec79.tar.gz
fsf-binutils-gdb-5bb367b1d911e5893a504ebd2ac301f55cd3ec79.tar.bz2
Eliminate some uses of __STDC__.
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r--gdb/printcmd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c
index e3ad2fe..92e06ef 100644
--- a/gdb/printcmd.c
+++ b/gdb/printcmd.c
@@ -2077,11 +2077,7 @@ printf_command (char *arg, int from_tty)
*f++ = '\\';
break;
case 'a':
-#ifdef __STDC__
*f++ = '\a';
-#else
- *f++ = '\007'; /* Bell */
-#endif
break;
case 'b':
*f++ = '\b';