Skip to content

Commit

Permalink
Export jl_repl_raise_sigtstp so that Ctrl^Z works (JuliaLang#21483)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Apr 22, 2017
1 parent dc6c583 commit d31f196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/repl.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static int exec_program(char *program)
void jl_lisp_prompt();

#ifndef _WIN32
int jl_repl_raise_sigtstp(void)
JL_DLLEXPORT int jl_repl_raise_sigtstp(void)
{
return raise(SIGTSTP);
}
Expand Down

0 comments on commit d31f196

Please sign in to comment.