diff options
Diffstat (limited to 'libguile/feature.h')
-rw-r--r-- | libguile/feature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/feature.h b/libguile/feature.h index 72c10f12e..5879945be 100644 --- a/libguile/feature.h +++ b/libguile/feature.h @@ -46,7 +46,7 @@ #include "libguile/__scm.h" -extern void scm_add_feature (char* str); +extern void scm_add_feature (const char* str); extern SCM scm_program_arguments (void); extern void scm_set_program_arguments (int argc, char **argv, char *first); extern SCM scm_make_hook (SCM n_args); |