Message998

Author leouserz
Recipients
Date 2007-01-15.21:20:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
no... the last statement is incorrect. :(  If the module is freshly imported it does have its division set to true.  It seems that each eval is being compiled and it does not have any compile flags set.  Im looking at inheriting the flags from the frame with a different compile method but it doesn't appear to solve the problem either.  All Im seeing is 1 set, which is CO_OPTIMIZED.  Arggh.... !!!!
History
Date User Action Args
2008-02-20 17:17:23adminlinkissue1230674 messages
2008-02-20 17:17:23admincreate