lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 10/16/07, Antonio Scuri <scuri@tecgraf.puc-rio.br> wrote:
>
>   Let's just focus a little on mixed RTL environments. For them to to work:
>
> - general memory pointers can be interchanged if malloc and free occours in
> the same module. Or "only free/realloc what you malloc".
> - You can not exchange FILE* pointers.
> - others?
>
>   Can we be restricted to an environment like this?

Don't think so. Looks like Roberto said that the "You can not exchange
FILE* pointers" restriction should not hold:
http://lua-users.org/lists/lua-l/2007-09/msg00122.html

-- Hisham