1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 09:10:22 +02:00

*** empty log message ***

This commit is contained in:
Greg J. Badros 1999-12-10 03:06:51 +00:00
parent d795d02c10
commit 6e7069385d
8 changed files with 47 additions and 26 deletions

View file

@ -87,7 +87,7 @@ gh_str2scm (char *s, int len)
return scm_makfromstr (s, len, 0);
}
SCM
gh_str02scm (char *s)
gh_str02scm (const char *s)
{
return scm_makfrom0str (s);
}