mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
local_ref return type is void
This commit is contained in:
parent
db4b6fa863
commit
b685bfbc35
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ static sexp sexp_num_parameters (sexp ctx sexp_api_params(self, n)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
struct sexp_opcode_struct local_ref_op =
|
struct sexp_opcode_struct local_ref_op =
|
||||||
{SEXP_OPC_GENERIC, SEXP_OP_LOCAL_REF, 1, 8, 0, "local-ref", NULL, NULL,
|
{SEXP_OPC_GENERIC, SEXP_OP_LOCAL_REF, 1, 8, 0, "local-ref", SEXP_VOID,
|
||||||
NULL, sexp_make_fixnum(SEXP_OBJECT), sexp_make_fixnum(SEXP_FIXNUM),
|
NULL, NULL, sexp_make_fixnum(SEXP_OBJECT), sexp_make_fixnum(SEXP_FIXNUM),
|
||||||
0, 0, NULL};
|
0, 0, NULL};
|
||||||
|
|
||||||
static sexp sexp_copy_opcode (sexp ctx, struct sexp_opcode_struct *op) {
|
static sexp sexp_copy_opcode (sexp ctx, struct sexp_opcode_struct *op) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue