apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Marshaled external functions only accept return values named "ret" #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The marshaling code is currently implemented to hard-code all return values 
into the variable "ret", which is presumed to exist and correspond to the 
function return value. This is a terrible thing and should be rectified lest 
its evil propagate across the universe and corrupt our children.

Original issue reported on code.google.com by don.ap...@gmail.com on 19 Dec 2010 at 10:18

GoogleCodeExporter commented 9 years ago
Evil has been vanquished and the fix committed.

Original comment by don.ap...@gmail.com on 24 Dec 2010 at 4:22

GoogleCodeExporter commented 9 years ago

Original comment by don.ap...@gmail.com on 24 Dec 2010 at 4:22