mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 23:50:19 +02:00
Deprecated everything.
This commit is contained in:
parent
9b26d381c1
commit
5c56ebe15b
8 changed files with 32 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
|
||||
#include "libguile/gh.h"
|
||||
|
||||
#if SCM_ENABLE_DEPRECATED
|
||||
|
||||
typedef void (*main_prog_t) (int argc, char **argv);
|
||||
typedef void (*repl_prog_t) (int argc, char **argv);
|
||||
|
||||
|
@ -80,6 +82,8 @@ gh_standard_handler (void *data SCM_UNUSED, SCM tag, SCM throw_args SCM_UNUSED)
|
|||
return SCM_BOOL_F;
|
||||
}
|
||||
|
||||
#endif /* SCM_ENABLE_DEPRECATED */
|
||||
|
||||
/*
|
||||
Local Variables:
|
||||
c-file-style: "gnu"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue