mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 03:45:42 +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
@@ -33,6 +33,7 @@
|
||||
|
||||
#define IN_OPTION_C
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "vim.h"
|
||||
#include "option.h"
|
||||
|
||||
Reference in New Issue
Block a user