Kaydet (Commit) 29241242 authored tarafından Martin Panter's avatar Martin Panter

Issue #22463: Correct #endif placement; patch by Senthil Kumaran

üst 646b5284
...@@ -818,6 +818,7 @@ on_completion_display_matches_hook(char **matches, ...@@ -818,6 +818,7 @@ on_completion_display_matches_hook(char **matches,
#endif #endif
} }
#endif
#ifdef HAVE_RL_RESIZE_TERMINAL #ifdef HAVE_RL_RESIZE_TERMINAL
static volatile sig_atomic_t sigwinch_received; static volatile sig_atomic_t sigwinch_received;
...@@ -876,7 +877,6 @@ on_completion(const char *text, int state) ...@@ -876,7 +877,6 @@ on_completion(const char *text, int state)
} }
return result; return result;
} }
#endif
/* A more flexible constructor that saves the "begidx" and "endidx" /* A more flexible constructor that saves the "begidx" and "endidx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment