fixed prototype error

This commit is contained in:
David Anderson 2006-05-08 00:26:32 +00:00
parent c6f8749242
commit 7669ab02f6

View File

@ -1023,7 +1023,7 @@ native PrepareArray(array[], size, copyback=0);
* executes a forward. returns result in ret. * executes a forward. returns result in ret.
* returns 1 for success, 0 for failure. * returns 1 for success, 0 for failure.
*/ */
native ExecuteForward(forward_handle, &ret, ...); native ExecuteForward(forward_handle, &ret, {Float,_}:...);
/** /**
* Destroys/deallocates any type of forward * Destroys/deallocates any type of forward