[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: compat file
- From: Gavin Wraith <gavin@...>
- Date: Mon, 17 Jun 2002 12:36:47 +0100 (BST)
I am not sure where the file 'compat', for use
as a prelude with Lua 5.0(w0) to give
compatibility with Lua 4.0, came from, but am I
right in thinking that line 36 (in definition
of "do_" ) should read
local a,b = pcall(f,nil)
and not
local a,b = pcall(nil,f)
which is how it read when I got it?
--
Gavin Wraith (gavin@wraith.u-net.com)
Home page: http://www.wraith.u-net.com/