summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/lsp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/lsp.c b/lisp/lsp.c
index a945cba..5c8f6fb 100644
--- a/lisp/lsp.c
+++ b/lisp/lsp.c
@@ -33,10 +33,6 @@
#include <string.h>
#include "lisp/lisp.h"
-#ifdef NEED_STRCASECMP
-int strcasecmp(const char *s1, const char *s2);
-int strncasecmp(const char *s1, const char *s2, size_t n);
-#endif
#ifdef NEED_REALPATH
#include <sys/param.h>
char *realpath(const char *pathname, char resolvedname[MAXPATHLEN]);