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:
parent
edba440885
commit
f34d50ad6b
4 changed files with 52 additions and 71 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue