summaryrefslogtreecommitdiff
path: root/gdb/ser-go32.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/ser-go32.c
parent0eee5820aa0f68b2283b40f5a3fb09aefcfb1575 (diff)
downloadbinutils-gdb-5bb367b1d911e5893a504ebd2ac301f55cd3ec79.tar.gz
Eliminate some uses of __STDC__.
Diffstat (limited to 'gdb/ser-go32.c')
-rw-r--r--gdb/ser-go32.c4
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)