1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 08:40:19 +02:00

Deprecated everything.

This commit is contained in:
Marius Vollmer 2005-06-12 12:34:52 +00:00
parent 9b26d381c1
commit 5c56ebe15b
8 changed files with 32 additions and 0 deletions

View file

@ -20,6 +20,8 @@
#include "libguile/gh.h"
#if SCM_ENABLE_DEPRECATED
typedef SCM (*gh_eval_t) (void *data, SCM jmpbuf);
/* Evaluate the string; toss the value. */
@ -94,6 +96,8 @@ gh_eval_file_with_standard_handler (const char *scheme_code)
return gh_eval_file_with_catch (scheme_code, gh_standard_handler);
}
#endif /* SCM_ENABLE_DEPRECATED */
/*
Local Variables:
c-file-style: "gnu"