]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/backtrace.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete now useless xbt_dynar_three_way_partition().
[simgrid.git] / include / xbt / backtrace.h
index a8a8ffeff331795baefa85f1d5730d20aef69e02..90df0a35150b6ce0a926b642d9fe0a9077cc7f48 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 2005-2016. The SimGrid Team. All rights reserved.          */
 
-#ifndef SIMGRIX_XBT_BACKTRACE_H
-#define SIMGRIX_XBT_BACKTRACE_H
+#ifndef XBT_BACKTRACE_H
+#define XBT_BACKTRACE_H
 
 #include <cstddef>
 
@@ -12,7 +12,7 @@ SG_BEGIN_DECL()
 typedef void* xbt_backtrace_location_t;
 
 /** @brief Shows a backtrace of the current location */
-XBT_PUBLIC(void) xbt_backtrace_display_current(void);
+XBT_PUBLIC(void) xbt_backtrace_display_current();
 
 /** @brief reimplementation of glibc backtrace based directly on gcc library, without implicit malloc  */
 XBT_PUBLIC(int) xbt_backtrace_no_malloc(void**bt, int size);