Fix type problems with C++ under FreeBSD

This commit is contained in:
jjgarcia 2001-12-20 11:43:16 +00:00
parent 995033beba
commit b285ceec15
3 changed files with 5 additions and 5 deletions

View file

@ -96,7 +96,7 @@ make_simple_string(char *s)
}
cl_object
make_string_copy(char *s)
make_string_copy(const char *s)
{
cl_object x;
cl_index l = strlen(s);