Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the creation of the shortcuts when the html directory does not exist
[simgrid.git] / testsuite / xbt / context_usage.c
index 3a8f22f..d216860 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef __BORLANDC__
+#pragma hdrstop
+#endif
+
 #include "xbt/context.h"
 #include "xbt/fifo.h"
 #include "stdlib.h"
@@ -69,6 +73,10 @@ int fC(int argc, char** argv)
   return 0;
 }
 
+#ifdef __BORLANDC__
+#pragma argsused
+#endif
+
 int main(int argc, char** argv)
 {
   xbt_context_t context = NULL;