Skip to content

Commit

Permalink
Fix non-debug build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Apr 30, 2022
1 parent 9cfb17e commit e814442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clink/app/src/host/host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ extern void clear_sticky_search_position();
extern void reset_keyseq_to_name_map();
extern void set_prompt(const char* prompt, const char* rprompt, bool redisplay);
extern bool can_suggest(const line_state& line);
extern int clink_is_signaled();

#ifdef DEBUG
extern bool g_suppress_signal_assert;
extern int clink_is_signaled();
#endif


Expand Down

0 comments on commit e814442

Please sign in to comment.