[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re[6]: require ignores setglobals()
- From: Gunnar Zötl <gz@...>
- Date: Fri, 7 Feb 2003 13:25:09 +0100
WC> C functions can't have their globals changed. This includes all the
WC> functions from the baselib, not to mention the auxiliary libs... So you
WC> should make sure not to copy functions over that provide backdoors (like
WC> require, dofile, ...)
oh boy... so we can extend my previous idea like so: provide custom
versions of these functions, that take the current pseudo-global
environment into account...
gnaa...
Gunnar