diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-14 16:42:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-14 16:42:30 +0000 |
commit | 5bb367b1d911e5893a504ebd2ac301f55cd3ec79 (patch) | |
tree | 59ab5aed48339cc88c8792a7741b007f46346d5b /gdb/remote-adapt.c | |
parent | 0eee5820aa0f68b2283b40f5a3fb09aefcfb1575 (diff) | |
download | gdb-5bb367b1d911e5893a504ebd2ac301f55cd3ec79.zip gdb-5bb367b1d911e5893a504ebd2ac301f55cd3ec79.tar.gz gdb-5bb367b1d911e5893a504ebd2ac301f55cd3ec79.tar.bz2 |
Eliminate some uses of __STDC__.
Diffstat (limited to 'gdb/remote-adapt.c')
-rw-r--r-- | gdb/remote-adapt.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/remote-adapt.c b/gdb/remote-adapt.c index e732365..c52560b 100644 --- a/gdb/remote-adapt.c +++ b/gdb/remote-adapt.c @@ -309,12 +309,6 @@ get_hex_regs (int n, int regno) /* Called when SIGALRM signal sent due to alarm() timeout. */ #ifndef HAVE_TERMIO -#ifndef __STDC__ -#ifndef volatile -#define volatile -/**/ -# endif -#endif volatile int n_alarms; void |