Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add pragmas for builder6 compatibility
[simgrid.git] / testsuite / surf / surf_usage.c
index 3a104fb..7296f60 100644 (file)
@@ -6,6 +6,10 @@
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
+#ifdef __BORLANDC__
+#pragma hdrstop
+#endif
 
 #include <stdio.h>
 #include "surf/surf.h"
@@ -133,6 +137,10 @@ void test(char *platform)
   DEBUG0("Simulation Terminated\n");
 }
 
+#ifdef __BORLANDC__
+#pragma argsused
+#endif
+
 int main(int argc, char **argv)
 {
   surf_init(&argc, argv);      /* Initialize some common structures */