X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/41c3166d0c9214faac7b6b06d9ce3899ed230327..3ae39088350ad665caa35db1731009d9e3f1bda2:/tools/gras/stub_generator.c diff --git a/tools/gras/stub_generator.c b/tools/gras/stub_generator.c index 7f92c7fb5e..8b1390f7bb 100644 --- a/tools/gras/stub_generator.c +++ b/tools/gras/stub_generator.c @@ -1,21 +1,17 @@ -//--------------------------------------------------------------------------- - -/* specific to Borland Compiler */ -#ifdef __BORLANDDC__ -#pragma hdrstop -#endif - /* $Id$ */ /* gras_stub_generator - creates the main() to use a GRAS program */ -/* Copyright (c) 2003,2004,2005 Martin Quinson, Arnaud Legrand. - All rights reserved. */ +/* Copyright (c) 2003-2007 Martin Quinson, Arnaud Legrand, Malek Cherier. */ +/* All rights reserved. */ /* 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. */ - +/* specific to Borland Compiler */ +#ifdef __BORLANDDC__ +#pragma hdrstop +#endif #include "xbt/sysdep.h" #include "xbt/function_types.h"