[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [PATCH] AmigaOS dynamic loading support
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 26 Mar 2006 15:09:44 -0300
> Attached is a patch to add dynamic loading to Lua 5.1 for AmigaOS.
Thanks!
> There are a couple of things worth noting about this patch:
> 1. Lua's Node type conflicts with AmigaOS's Node type in the loadlib.c
> file so I renamed Node -> TNode in Lua to work around the problem.
I think you can just add the line below to luaconf.h:
`#define Node TNode
There is no need to patch the other files.
Please give it a try.
--lhf