From fbb00ca89776c593aca2d3dc96b656e42e32a5db Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Fri, 17 Apr 2015 23:14:19 -0700 Subject: [PATCH] fix implicit declaration of function jl_raise_debugger in Windows debug build, at https://github.com/JuliaLang/julia/blob/ed020a55a7e987498324ced99f0dccb86d760f7a/src/gc.c#L1415 --- src/julia_internal.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/julia_internal.h b/src/julia_internal.h index 5e9d40f6060c2..3400f3a74c138 100644 --- a/src/julia_internal.h +++ b/src/julia_internal.h @@ -142,10 +142,7 @@ DLLEXPORT size_t rec_backtrace_ctx(ptrint_t *data, size_t maxsize, bt_context_t #ifdef LIBOSXUNWIND size_t rec_backtrace_ctx_dwarf(ptrint_t *data, size_t maxsize, bt_context_t ctx); #endif - -#ifndef _OS_WINDOWS_ DLLEXPORT void jl_raise_debugger(void); -#endif // timers // Returns time in nanosec