X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Ftools%2Fdependency_tool%2Fmakedep.cpp;h=f85e219a89daabc5b26dc31635ff5ba1416a3092;hb=ea399ea4e4135ab47c931e5c3adaece7d0cf9ec3;hp=0a3844b84d92939022c54ea88dc5cbbd3581b111;hpb=b51411a29f1a751a09e69f5676afeea24a94ac83;p=feisty_meow.git diff --git a/nucleus/tools/dependency_tool/makedep.cpp b/nucleus/tools/dependency_tool/makedep.cpp index 0a3844b8..f85e219a 100644 --- a/nucleus/tools/dependency_tool/makedep.cpp +++ b/nucleus/tools/dependency_tool/makedep.cpp @@ -33,11 +33,11 @@ in this Software without prior written authorization from the X Consortium. #include "def.h" -#ifdef _MSC_VER -#include -#else +//#ifdef _MSC_VER +//#include +//#else #include -#endif +//#endif #include #include @@ -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; } }