* script.c (scm_find_executable): Don't test if unix is #defined
authorJim Blandy <jimb@red-bean.com>
Mon, 12 Oct 1998 20:11:38 +0000 (20:11 +0000)
committerJim Blandy <jimb@red-bean.com>
Mon, 12 Oct 1998 20:11:38 +0000 (20:11 +0000)
commit94a4095908e02e026b5482230a73e5b019842a66
treee5f43f8e610a3dda3b36cd81b9ed72d1f2b6a877
parent4eebd8fcea552554038aa915b4a9be62800a919b
* script.c (scm_find_executable): Don't test if unix is #defined
here; first, NetBSD doesn't #define it, and second, it's the wrong
way to go about these things.
(dld_find_executable): Delete this MSDOS support code.  This isn't
the way we want to support this; it needs to be rethunk at a
larger scale.
libguile/script.c