-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
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
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