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 or something else.

Sorry about that.  I'm not sure why GCC didn't pick that up.  Troff
uses "\(rs" to produce a backslash ("Right Slash"), so "\\(rs" will be
correct.  I've double checked the rest of the diff, and that's the
only instance of a missing '\'.


Regards,
Roger

- -- 
Roger Leigh
Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
Debian GNU/Linuxhttp://www.debian.org/
GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iD8DBQFCqI6wVcFcaSW/uEgRAvVKAKDLg7ndWV7qoTV3y+Cs8NA2xAXlPQCg9YfQ
OZSJZHnbPTtthHpslRQUf7U=
=cGHq
-END PGP SIGNATURE-

---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


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.

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  pgman@candle.pha.pa.us   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq