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/ser-go32.c | |
parent | David Mosberger's fixes for cross compiling gprof. (diff) | |
download | binutils-gdb-5bb367b1d911e5893a504ebd2ac301f55cd3ec79.tar.gz binutils-gdb-5bb367b1d911e5893a504ebd2ac301f55cd3ec79.tar.bz2 binutils-gdb-5bb367b1d911e5893a504ebd2ac301f55cd3ec79.zip |
Eliminate some uses of __STDC__.
Diffstat (limited to 'gdb/ser-go32.c')
-rw-r--r-- | gdb/ser-go32.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/ser-go32.c b/gdb/ser-go32.c index ec1c3e0952b..e3d3bf525ca 100644 --- a/gdb/ser-go32.c +++ b/gdb/ser-go32.c @@ -355,11 +355,7 @@ dos_comisr (int irq) } } -#ifdef __STDC__ #define ISRNAME(x) dos_comisr##x -#else -#define ISRNAME(x) dos_comisr/**/x -#endif #define ISR(x) static void ISRNAME(x)() {dos_comisr(x);} ISR (0) ISR (1) ISR (2) ISR (3) |