mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-06 04:10:47 -08:00
Fixed typo
This commit is contained in:
parent
53b286e0ce
commit
42596fd20e
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ ecl_string_pointer_safe(cl_object f)
|
|||
|
||||
if (type_of(f) != t_string)
|
||||
FEwrong_type_argument(@'string', f);
|
||||
#ifdef USE_BOEHM
|
||||
#ifdef GBC_BOEHM
|
||||
/* This function is only used in CMPFFI.LSP as to convert lisp objects
|
||||
* to a null terminated string. This code is safe with the
|
||||
* Boehm-Weiser garbage collector because the pointer is stored in the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue