checking in the recent efforts at optimizing clam
[feisty_meow.git] / nucleus / tools / dependency_tool / makedep.cpp
index 0a3844b84d92939022c54ea88dc5cbbd3581b111..f85e219a89daabc5b26dc31635ff5ba1416a3092 100644 (file)
@@ -33,11 +33,11 @@ in this Software without prior written authorization from the X Consortium.
 
 #include "def.h"
 
-#ifdef _MSC_VER
-#include <io.h>
-#else
+//#ifdef _MSC_VER
+//#include <io.h>
+//#else
 #include <unistd.h>
-#endif
+//#endif
 #include <stdio.h>
 #include <string.h>
 
@@ -404,6 +404,7 @@ int main(int argc, char  **argv)
       if (endmarker) break;
   /*    fatalerr("unknown opt = %s\n", argv[0]); */
       warning("ignoring option %s\n", argv[0]);
+      break;
     }
   }