forgot extern (issue #669)

This commit is contained in:
Alex Shinn 2020-07-14 20:32:30 +09:00
parent b9a76ad9d8
commit 3700cfaf91

2
eval.c
View file

@ -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;