1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 17:50:29 +02:00

Deprecate scm_find_executable

* libguile/deprecated.h:
* libguile/deprecated.c (scm_find_executable): Deprecate.  Use strdup
  instead of weird scm_cat_path function.
* libguile/script.h:
* libguile/script.c: Remove old decls.
This commit is contained in:
Andy Wingo 2018-10-07 16:04:59 +02:00
parent edba440885
commit f34d50ad6b
4 changed files with 52 additions and 71 deletions

View file

@ -25,7 +25,6 @@
#include "libguile/scm.h"
SCM_API char *scm_find_executable (const char *name);
SCM_API char **scm_get_meta_args (int argc, char **argv);
SCM_API int scm_count_argv (char **argv);
SCM_API void scm_shell_usage (int fatal, char *message);