[alt.sources] SEE: a program to view wide files: patch

andrew@tvcent.uucp (Andrew Cowie) (12/25/89)

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