lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev [patch] more SH_EX tweak


From: Leonid Pauzner
Subject: lynx-dev [patch] more SH_EX tweak
Date: Sun, 17 Oct 1999 01:54:56 +0400 (MSD)

Playing with SH_EX defined on non-Windows platform detected:


* Tweak LYExecv() to exclude SH_EX conditional (dired commands didn't work
  on non-Windows platforms when SH_EX defined).



diff -u old/lylocal.c ./lylocal.c
--- old/lylocal.c       Wed Sep 29 05:40:40 1999
+++ ./lylocal.c Sun Oct 17 01:44:52 1999
@@ -2324,7 +2324,7 @@
        char **,        argv,
        char *,         msg)
 {
-#if defined(VMS) || defined(SH_EX) || defined(_WINDOWS)
+#if defined(VMS) || defined(_WINDOWS)
     CTRACE((tfp, "LYExecv:  Called inappropriately!\n"));
     return(0);
 #else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]