mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +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
@@ -1,3 +1,5 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "vim.h"
|
||||
#include "path.h"
|
||||
#include "charset.h"
|
||||
|
Reference in New Issue
Block a user