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