



When printing an object with the proper attribute,
the functions IndefArt( ) and CIndefArt( ) temporarily modify -- but do not restore --
the value of the global variable indef_mode (see lines 6305 and 6315 in parserm.h). On both lines: should probably be replaced with:
About Patches
Issue L61108 [previous patch]
indef_mode not restored
Submitted by: Michael Roy
Appeared in: Library 6/11 or before
Fixed in: -
Problem
Solution
if (o has proper) { indef_mode = NULL; print (PSN__) o; return; }
if (o has proper) {
indef_mode = NULL; print (PSN__) o; indef_mode = i; return;
}
Last updated 2 May 2008. The librarian in charge of this page is Roger Firth. Please email any comments, suggestions or corrections to roger@firthworks.com.