Closed hugomg closed 4 months ago
This is a formatting change to the parameter declaration for the return pointer when a function return multiple values.
Before:
lua_Integer* ret2
After
lua_Integer *ret2
This is a formatting change to the parameter declaration for the return pointer when a function return multiple values.
Before:
After