* script.c (scm_find_executable): Use prototype-style definition
authorJim Blandy <jimb@red-bean.com>
Mon, 26 May 1997 18:07:42 +0000 (18:07 +0000)
committerJim Blandy <jimb@red-bean.com>
Mon, 26 May 1997 18:07:42 +0000 (18:07 +0000)
commitd3be4a7ac236835e4c24e7b2d1f6d37833b0731e
tree0911200226e3fe2cdeae3c95decf851d885ee341
parent4a432bc07ee40e24a5cfbc5a5d53a30a3e932a5a
* script.c (scm_find_executable): Use prototype-style definition
here; apparently it's not quite right to have const in a prototype
and then use a K&R declaration.  I wonder if stuff like this will
go away if we compile with -Wrequire-prototypes, or whatever that
is...
libguile/script.c