import gdb-2000-01-17 snapshot
[deliverable/binutils-gdb.git] / gdb / rdi-share / serdrv.c
index 9a2992ee10b27f89cd71782edee0df5f05fce8cc..91f8f196b2f192e9eaf3519c604d1fc44cec6324 100644 (file)
@@ -85,10 +85,10 @@ static struct writestate wstate;
  * The set of parameter options supported by the device
  */
 static unsigned int baud_options[] = {
-#ifdef B115200 || __hpux
+#if defined(B115200) || defined(__hpux)
     115200,
 #endif
-#ifdef B57600 || __hpux
+#if defined(B57600) || defined(__hpux)
     57600, 
 #endif
     38400, 19200, 9600
This page took 0.023942 seconds and 4 git commands to generate.