Correction, they aren't physically passed to runops() but you get the idea..

-Melvin

-------Original Message-------
From: Melvin Smith
Date: Wednesday, December 05, 2001 08:49:30 PM
To: [EMAIL PROTECTED]
Subject: interpreter->flags
Guys/Dan/Simon,
While messing around tonight I noticed that interpreter flags
aren't visible to any subsystem initialization code because the flags
are passed to runops() instead of make_interpreter(). (I'm playing
with some IO stuff and I'd like access to the flags at the time of
the init code such as Init_IO() ) I'd suggest we initialize flags
at the interpreter creation time, we could still clobber them with
the runops() call but that is a little redundant unless there a reason to
have both?
-Melvin

Reply via email to