]> andersk Git - splint.git/blobdiff - src/context.c
Removed obsolete OS/2 test makefiles.
[splint.git] / src / context.c
index 6493cc1b5b8a75c190458eb4f8a00cfa9a1bb23f..0f1906b921bdf4f761bf2dbe48ac5e86f4f5b28e 100644 (file)
@@ -935,7 +935,7 @@ context_resetAllFlags (void)
   ** On by default for Win32, but not Unix
   */
 
-# ifdef WIN32
+# if defined (WIN32) || defined (OS2)
   gc.flags[FLG_PARENFILEFORMAT] = TRUE;
   gc.flags[FLG_CASEINSENSITIVEFILENAMES] = TRUE;
 # endif
This page took 0.038654 seconds and 4 git commands to generate.