mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-08 02:10:36 -08:00
Fix type problems with C++ under FreeBSD
This commit is contained in:
parent
995033beba
commit
b285ceec15
3 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue