Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't load DLLs when org.simgrid.NativeLib is loaded: it's called by cmake before...
[simgrid.git] / src / xbt / xbt_strbuff.c
index f066ef70605a7629022861a7b7a8d69282a83fcd..980a3dcf23f51b754ccd2aca2606445f65086c79 100644 (file)
@@ -1,16 +1,11 @@
 /* strbuff -- string buffers                                                */
 
-/* Copyright (c) 2007-2012. The SimGrid Team.
+/* Copyright (c) 2007-2015. 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. */
 
-/* specific to Borland Compiler */
-#ifdef __BORLANDDC__
-#pragma hdrstop
-#endif
-
 #include "xbt/strbuff.h"
 
 #define minimal_increment 512