summaryrefslogtreecommitdiff
path: root/libguile/gh_data.c
diff options
context:
space:
mode:
authorGreg J. Badros <gjb@cs.washington.edu>1999-12-10 03:06:51 +0000
committerGreg J. Badros <gjb@cs.washington.edu>1999-12-10 03:06:51 +0000
commit6e7069385db8cf96dfbe51cf65ace161942a32c9 (patch)
treea6b606f9913321b012b09bb76ae10fced1c5c835 /libguile/gh_data.c
parentd795d02c107d4f90f4c973777573f996bd8ed9ba (diff)
downloadguile-6e7069385db8cf96dfbe51cf65ace161942a32c9.tar.gz
*** empty log message ***
Diffstat (limited to 'libguile/gh_data.c')
-rw-r--r--libguile/gh_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gh_data.c b/libguile/gh_data.c
index 9c210425c..d8bc87b47 100644
--- a/libguile/gh_data.c
+++ b/libguile/gh_data.c
@@ -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);
}