mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-02-11 10:10:15 -08:00
parent
b577de1495
commit
f477a3efa9
1 changed files with 3 additions and 1 deletions
|
|
@ -196,8 +196,10 @@ mangle_name(cl_object output, unsigned char *source, int l)
|
|||
@(return found output minarg maxarg);
|
||||
@)
|
||||
|
||||
/* FIXME we mark symbol's cl_object as volatile because some versions of gcc
|
||||
miscompile writes to the cl_symbols union members. See #738. */
|
||||
static void
|
||||
make_this_symbol(int i, cl_object s, int code,
|
||||
make_this_symbol(int i, volatile cl_object s, int code,
|
||||
const char *name, const char *cname,
|
||||
cl_objectfn fun, int narg, cl_object value)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue