warning C4013: 'lookup' undefined; assuming extern returning int

I was trying to get rid of some #if's and forgot to include
the lookup forward declaration in the msvc case; here's
a change that ought to fix that problem:

at line 4061, add the declaration

static inline s7_pointer lookup(s7_scheme *sc, const s7_pointer symbol);

Thanks for the bug report!

_______________________________________________
Cmdist mailing list
[email protected]
https://cm-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to