>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Angus Leeming <[EMAIL PROTECTED]> writes: | Attached is a small Lars> patch allowing error and warning free compilation of | current Lars> CVS with DEC cxx. Lars> Please enlighten me why this is needed: The second for() loop reuses the value of 'j' at exit of the first for() loop! The code might not be pretty to you, but that's how it works now. Lars> Is the C++ scoping rules not present in cxx? No, it just outputs proper warnings on stupid code like for (j = j + 1; j <= pos; ++j) { Lars> The h_align should probably be changed to a string, then Hmm, I'll commit what I have anyway. Feel free to change it afterwards. JMarc