mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
forgot extern (issue #669)
This commit is contained in:
parent
b9a76ad9d8
commit
3700cfaf91
1 changed files with 1 additions and 1 deletions
2
eval.c
2
eval.c
|
@ -2202,7 +2202,7 @@ sexp sexp_make_null_env_op (sexp ctx, sexp self, sexp_sint_t n, sexp version) {
|
||||||
return e;
|
return e;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct sexp_opcode_struct* sexp_primitive_opcodes; /* from opcodes.c */
|
extern struct sexp_opcode_struct* sexp_primitive_opcodes; /* from opcodes.c */
|
||||||
|
|
||||||
sexp sexp_make_primitive_env_op (sexp ctx, sexp self, sexp_sint_t n, sexp version) {
|
sexp sexp_make_primitive_env_op (sexp ctx, sexp self, sexp_sint_t n, sexp version) {
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Add table
Reference in a new issue