Skip to content

Commit

Permalink
extern C on jl_in_stackwalk
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Mar 31, 2014
1 parent e55324c commit 25e8d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debuginfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct FuncInfo{
#if defined(_OS_WINDOWS_) && defined(_CPU_X86_64_)
#include <dbghelp.h>
extern "C" EXCEPTION_DISPOSITION _seh_exception_handler(PEXCEPTION_RECORD ExceptionRecord,void *EstablisherFrame, PCONTEXT ContextRecord, void *DispatcherContext);
extern volatile int jl_in_stackwalk;
extern "C" volatile int jl_in_stackwalk;
#endif

struct revcomp {
Expand Down

0 comments on commit 25e8d1e

Please sign in to comment.