X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e5b033d47fb71e1aa50b25a65f86abe4a003ccc5..657ace25fc9c54a83d3f99f0ee24322e3718089b:/src/win32/compiler/borland.h diff --git a/src/win32/compiler/borland.h b/src/win32/compiler/borland.h index a39c375f6a..840d627af5 100644 --- a/src/win32/compiler/borland.h +++ b/src/win32/compiler/borland.h @@ -390,7 +390,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__ @@ -406,4 +405,7 @@ typedef int socklen_t; #define CONTEXT_THREADS 1 #endif + + + #endif /* #ifndef __XBT_BORLAND_COMPILER_CONFIG_H__ */