On Friday 04 April 2008 11:26:23 [EMAIL PROTECTED] wrote:

> Added:
>    trunk/languages/lua/src/lib/random.pir   (contents, props changed)
> Modified:
>    trunk/languages/lua/config/makefiles/root.in
>
> Log:
> [Lua]
> - add random library

> Added: trunk/languages/lua/src/lib/random.pir
> ===========================================================================
>=== --- (empty file)
> +++ trunk/languages/lua/src/lib/random.pir    Fri Apr  4 11:26:23 2008

> +.sub 'luaopen_random'

...

> +    .const .Sub _random_clone = 'clone'

That syntax will change to:

        .const 'Sub' _random_clone = 'clone'

... after the next release.  The "Godzilla: Destroy All Type IDs" branch has 
this change already.  Will or I will fix this code during a merge from trunk 
there.

-- c

Reply via email to