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
commit12a0b3121fb01cbad192a2ec28b4de4943fcd097 (patch)
tree3c8af0455985b8f62c05851f52681c01f6c1555a /gdb/ser-go32.c
parent5dd800b1ff3fa35d97a48489b5b64724f8377da6 (diff)
downloadgdb-12a0b3121fb01cbad192a2ec28b4de4943fcd097.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)