Eliminate some uses of __STDC__.

This commit is contained in:
Andrew Cagney
2001-03-14 16:42:30 +00:00
parent 0eee5820aa
commit 5bb367b1d9
13 changed files with 17 additions and 73 deletions

View File

@@ -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)