X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fb5ab7a1b6fc59ea80553579f897faa7c97733b0..6187b89265acef8d6004b67e70c4508f46fb1def:/testsuite/surf/maxmin_usage.c diff --git a/testsuite/surf/maxmin_usage.c b/testsuite/surf/maxmin_usage.c index 96f2703f5f..ba7204064b 100644 --- a/testsuite/surf/maxmin_usage.c +++ b/testsuite/surf/maxmin_usage.c @@ -7,6 +7,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 #include #include "surf/maxmin.h" @@ -113,7 +117,11 @@ void test2(void) DEBUG0("\n"); lmm_system_free(Sys); -} +} + +#ifdef __BORLANDC__ +#pragma argsused +#endif int main(int argc, char **argv) {