Hi list,I am using a very recent neko version from cvs and found something in the neko.h that does not make sense to me:
Line 265#define bfailure(buf) _neko_failure(buffer_to_string(b),__FILE__,__LINE__)
The name for the input of this macro should be consistent, either buf or b. Philipp -- Neko : One VM to run them all (http://nekovm.org)
