diff options
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 4 |
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'; |