https://issues.apache.org/bugzilla/show_bug.cgi?id=52779

Dick Snippe <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28390|0                           |1
        is obsolete|                            |

--- Comment #3 from Dick Snippe <[email protected]> ---
Created attachment 28926
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28926&action=edit
change void** to lua_State ** to wokr around compiler(?) issue

This simple patch changes the type of the first argument in vm_construct from
void ** to lua_State **, this fixes our issue on 64bit linux, gcc 4.1.2.

the issue does not happen on 32bit linux.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to