diff options
Diffstat (limited to 'src/LYMain.c')
-rw-r--r-- | src/LYMain.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/LYMain.c b/src/LYMain.c index 449b8931..9a588f6a 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -35,9 +35,7 @@ #endif #ifdef __DJGPP__ -#ifdef USE_SLANG #include <dos.h> -#endif /* USE_SLANG */ #endif /* __DJGPP__ */ #ifndef VMS @@ -2889,7 +2887,7 @@ treated '>' as a co-terminator for double-quotes and tags" #ifndef VMS #ifdef SYSLOG_REQUESTED_URLS PARSE_STR( - "syslog", NEED_LYSTRING_ARG, syslog_txt, + "syslog", NEED_LYSTRING_ARG, &syslog_txt, "=text\ninformation for syslog call" ), #endif |