diff options
Diffstat (limited to 'libguile/unif.c')
-rw-r--r-- | libguile/unif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/unif.c b/libguile/unif.c index a613c3e24..8fe0131f4 100644 --- a/libguile/unif.c +++ b/libguile/unif.c @@ -467,7 +467,7 @@ long scm_aind (ra, args, what) SCM ra; SCM args; - char *what; + const char *what; { SCM ind; register long j; @@ -519,7 +519,7 @@ static char s_bad_spec[] = "Bad scm_array dimension"; SCM scm_shap2ra (args, what) SCM args; - char *what; + const char *what; { scm_array_dim *s; SCM ra, spec, sp; |