mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
Remove feature HAVE_QSORT
qsort conforms to C99, so we don't need our own version.
This commit is contained in:

committed by
Thiago de Arruda

parent
7b14caf604
commit
f9b5ca8b85
@@ -298,6 +298,7 @@
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "vim.h"
|
||||
#include "spell.h"
|
||||
|
Reference in New Issue
Block a user