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:
parent
d795d02c10
commit
6e7069385d
8 changed files with 47 additions and 26 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue