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 e52a575b2bfdff63b2e2a7a23e5279c83098db49..980a3dcf23f51b754ccd2aca2606445f65086c79 100644 (file)
@@ -1,16 +1,11 @@
 /* strbuff -- string buffers                                                */
 
-/* Copyright (c) 2007-2014. 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