]> andersk Git - splint.git/blobdiff - src/osd.c
Removed obsolete OS/2 test makefiles.
[splint.git] / src / osd.c
index 653a0ee8526867f7e74ae4181892fbdb78cc7263..00149429fa998191e8d753b3bc9027b186eee730 100644 (file)
--- a/src/osd.c
+++ b/src/osd.c
@@ -452,7 +452,7 @@ nextdir (d_char *current_dir, d_char *dir, size_t *len)
 # endif
 }
 
-# ifdef WIN32
+# if defined (WIN32) || defined (OS2) && defined (__IBMC__)
 extern /*@external@*/ int _flushall (void) /*@modifies fileSystem@*/ ;
 # endif
 
@@ -463,7 +463,7 @@ int osd_system (cstring cmd)
 {
   int res;
     /* system ("printenv"); */
-# ifdef WIN32
+# if defined (WIN32) || defined (OS2) && defined (__IBMC__)
   (void) _flushall (); 
 # endif
 
This page took 0.032348 seconds and 4 git commands to generate.