X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a5002aa59bfa50b9570c77c15e6b236af24d2685..e21fff9a8aadd535db5b9a29859e3669a2622561:/testsuite/gras/datadesc_usage.c diff --git a/testsuite/gras/datadesc_usage.c b/testsuite/gras/datadesc_usage.c index d8111415dc..09b0e60c16 100644 --- a/testsuite/gras/datadesc_usage.c +++ b/testsuite/gras/datadesc_usage.c @@ -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 #include "gras.h" @@ -598,6 +602,10 @@ void test_clause(gras_socket_t sock, int direction) { free(i); } +#ifdef __BORLANDC__ +#pragma argsused +#endif + int main(int argc,char *argv[]) { gras_socket_t sock=NULL; int direction = RW;