Restore signature of `scm_search_path ()' as found in 1.8.
authorLudovic Courtès <ludo@gnu.org>
Sun, 1 Nov 2009 22:29:36 +0000 (23:29 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 1 Nov 2009 22:29:36 +0000 (23:29 +0100)
commit88cbb421895656c6d255610e32c2ae1addb2ea07
tree693b83cd4142afeb572869b679f888acf337845f
parent731dd0ce191bf4f3ba8fedfe0e08c0e67a966ce4
Restore signature of `scm_search_path ()' as found in 1.8.

The incompatibly was introduced by
22f4ee48822db5e30df3abf9a11b6066f2bab9d3 ("make primitive-load-path load
compiled files if available").

* doc/ref/api-options.texi (Build Config): Update `search-path'
  documentation.

* libguile/load.c (scm_search_path): Change C prototype to expect only 3
  arguments.  Parse the rest argument accordingly.  Update callers.

* libguile/load.h (scm_search_path): Update accordingly.
doc/ref/api-options.texi
libguile/load.c
libguile/load.h