X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f445a784e392503959918f92b41d5c726b6619bc..28de1ff76a78ba4d87ea61d5d9fce01c6d035a18:/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) {