Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add this function to compile on mac.
authornavarro <navarro@caraja.(none)>
Thu, 24 May 2012 12:01:25 +0000 (14:01 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 24 May 2012 12:47:52 +0000 (14:47 +0200)
src/xbt/backtrace_dummy.c

index f10eb04..0fe4f77 100644 (file)
@@ -27,3 +27,7 @@ void xbt_backtrace_current(xbt_ex_t * e)
 void xbt_ex_setup_backtrace(xbt_ex_t * e)
 {
 }
+
+int xbt_backtrace_no_malloc(void **array, int size) {
+  return 0;
+}