1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 01:00:20 +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

@ -18,6 +18,8 @@
#include "libguile/gh.h"
#if SCM_ENABLE_DEPRECATED
void
gh_display (SCM x)
{
@ -36,6 +38,8 @@ gh_newline ()
scm_newline (scm_current_output_port ());
}
#endif /* SCM_ENABLE_DEPRECATED */
/*
Local Variables:
c-file-style: "gnu"