Date: Wed, 31 May 2000 09:47:15 -0400 Message-Id: <200005311347.JAA24600@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <39345E39.31070.44E4CF@localhost> (snowball3@bigfoot.com) Subject: Re: __dosexec_find_on_path question References: <3933DE1E DOT 13566 DOT 25B201 AT localhost> (snowball3 AT bigfoot DOT com) <39345E39 DOT 31070 DOT 44E4CF AT localhost> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk What about the last three? They should have something to prevent future compiler warnings. > ! { ".com", direct_exec, 0 }, > ! { ".exe", go32_exec, 0 }, > ! { ".bat", __dosexec_command_exec, 0 }, > ! { ".btm", __dosexec_command_exec, 0 }, > ! { ".sh", script_exec, INTERP_FLAG_SKIP_SEARCH }, /* Bash */ > ! { ".ksh", script_exec, INTERP_FLAG_SKIP_SEARCH}, > ! { ".pl", script_exec, INTERP_FLAG_SKIP_SEARCH}, /* Perl */ > ! { ".sed", script_exec, INTERP_FLAG_SKIP_SEARCH}, > { "", go32_exec }, > { 0, script_exec }, /* every extension not mentioned above calls it */ > { 0, 0 },