Remove feature HAVE_QSORT

qsort conforms to C99, so we don't need our own version.
This commit is contained in:
oni-link
2014-03-31 22:20:59 +02:00
committed by Thiago de Arruda
parent 7b14caf604
commit f9b5ca8b85
11 changed files with 9 additions and 45 deletions

View File

@@ -12,6 +12,7 @@
*/
#include <string.h>
#include <stdlib.h>
#include "vim.h"
#include "eval.h"