diff options
Diffstat (limited to 'debug.c')
-rw-r--r-- | debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ static void prinbindings P((SCM names, SCM inits, SCM init_env, SCM scm_env_rlookup(addr, stenv, what) SCM addr, stenv; - char *what; + const char *what; { SCM env, fr; int icdrp; |