diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/lsp.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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]); |