Path: utzoo!utgpu!jarvis.csri.toronto.edu!torsqnt!lethe!tvcent!andrew From: andrew@tvcent.uucp (Andrew Cowie) Newsgroups: alt.sources Subject: SEE: a program to view wide files: patch (sort of) Summary: oops Message-ID: <1989Dec24.205746.6113@tvcent.uucp> Date: 24 Dec 89 20:57:46 GMT References: <249@limbo.Intuitive.Com> <3136@taux01.UUCP> Reply-To: andrew@tvcent.UUCP (Andrew Cowie) Organization: TVC Enterprises Lines: 22 In my previous post of SEE, I had a small mistake that caused turning prototypes off to mess up. The old code was: #if PROTO #define P(x) x #else #define P(x) #endif Replace this with: #if PROTO #define P(x) x #else #define P(x) () #endif Sorry about that! -- Andrew F. Cowie at TVC Enterprises, Toronto, Canada. uunet!mnetor!lethe!tvcent!andrew andrew@tvcent.uucp