Skip to content

Commit

Permalink
Merge pull request #10874 from JuliaLang/tk/raise-debugger-warning
Browse files Browse the repository at this point in the history
fix implicit declaration of function jl_raise_debugger
  • Loading branch information
vtjnash committed Apr 18, 2015
2 parents 6a79643 + fbb00ca commit 2c9633e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/julia_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c9633e

Please sign in to comment.