SEE: a program to view wide files: patch (sort of)

Andrew Cowie andrew at tvcent.uucp
Mon Dec 25 07:57:46 AEST 1989


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 at tvcent.uucp



More information about the Alt.sources mailing list