X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/46ad98c51ee33cbdbeb46a8c058beea42b152c61..6760cb07d6b57be16928d95339d71e57c4e24f36:/src/win32/compiler/borland.h?ds=sidebyside diff --git a/src/win32/compiler/borland.h b/src/win32/compiler/borland.h index d59c5cd67b..ef101bb12d 100644 --- a/src/win32/compiler/borland.h +++ b/src/win32/compiler/borland.h @@ -3,7 +3,8 @@ /* borland.h - simgrid config for Borland C++ Builder */ -/* Copyright (c) 2003, 2004 Cherier Malek. All rights reserved. */ +/* Copyright (c) 2006, 2007, 2010. The SimGrid Team. + * 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. */ @@ -390,7 +391,6 @@ the double. For now, GRAS requires the structures to be compacted. */ /* types */ typedef unsigned int uint32_t; -typedef int socklen_t; /* Choose setjmp as exception implementation */ #ifndef __EX_MCTX_SJLJ__ @@ -407,7 +407,6 @@ typedef int socklen_t; #endif -/*#pragma option push -a8 -pc -b -#pragma warn -8062*/ + #endif /* #ifndef __XBT_BORLAND_COMPILER_CONFIG_H__ */