Re: [PATCHES] Broken code in recent troff commit

2005-06-09 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Lane <[EMAIL PROTECTED]> writes: > print.c line 1009: > fputs("\(rs", fout); > > is sufficiently obviously wrong that even my ancient HPUX C compiler is > unhappy. I don't know troff, though, so I don't know if "\\(rs" was > meant

Re: [PATCHES] Broken code in recent troff commit

2005-06-09 Thread Bruce Momjian
Tom Lane wrote: > print.c line 1009: > fputs("\(rs", fout); > > is sufficiently obviously wrong that even my ancient HPUX C compiler is > unhappy. I don't know troff, though, so I don't know if "\\(rs" was > meant or something else. Yea, fixed. \(rs is reverse slash. -- Bruc

[PATCHES] Broken code in recent troff commit

2005-06-09 Thread Tom Lane
print.c line 1009: fputs("\(rs", fout); is sufficiently obviously wrong that even my ancient HPUX C compiler is unhappy. I don't know troff, though, so I don't know if "\\(rs" was meant or something else. regards, tom lane ---(end