Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!cmcl2!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.unix.questions Subject: Re: Is there a way not to use global variables for signal,setjmp,lonjmp? Message-ID: <13863@smoke.BRL.MIL> Date: 14 Sep 90 21:53:10 GMT References: <119@wookie.dbaccess.com> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 10 In article <119@wookie.dbaccess.com> ivan@dbaccess.com (Ivan Covdy) writes: >Are there any ways to pass more arguments to ActionFunction? > are there any ways to get rid of the global variable Env? In general, no, you cannot (or at least really should not) attempt to change the standard library interface. Instead of phrasing the question like this, why not say what it is that you are really trying to accomplish? These attempts are probably not the only means to that end, whatever it may be.