--- nam-1.0a8/paint.h.ori Thu Nov 29 20:13:21 2001 +++ nam-1.0a8/paint.h Thu Nov 29 20:14:46 2001 @@ -32,6 +32,7 @@ * * @(#) $Header: /usr/src/mash/repository/vint/nam-1/paint.h,v 1.8 1999/12/09 22:37:45 haoboy Exp $ (LBL) */ +/* Nuk modify to be compiled in redhat 7.1 */ #ifndef nam_paint_h #define nam_paint_h @@ -67,7 +68,7 @@ int lookupXor(const char *color, int linewidth); inline int thick() { return (thick_); } inline int thin() { return (thin_); } - inline int xor() { return (xor_); } + inline int Xor() { return (xor_); } /* Nuk Xor is reserved word in Ansi C */ private: void adjust();