K 10 svn:author V 5 kargl K 8 svn:date V 27 2014-09-01T18:57:13.664224Z K 7 svn:log V 370 According to the ISO C standard, lgamma(-integer) returns inf and raises the divided-by-zero exception. Compilers constant fold one/zero to inf but do not raise the exception. Introduce a volatile vzero to prevent the constant folding. Move the declaration of zero into the main declaration block. While here, fix a nearby disordering of 'lx,ix' Discussed with: bde END