=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/term/Attic/object.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/term/Attic/object.h 2000/01/09 17:01:15 1.1.1.1 +++ OpenXM_contrib/gnuplot/term/Attic/object.h 2000/01/22 14:16:27 1.1.1.2 @@ -337,7 +337,9 @@ typedef struct f_linkinfo { #define O_ELLIPSE 1 #define O_POLYLINE 2 #define O_SPLINE 3 -#define O_TEXT 4 +/* HBB 990329: quick hack: 'O_TEXT' is in use by header + * on DOS/Windows platforms. Renamed to OBJ_TEXT */ +#define OBJ_TEXT 4 #define O_ARC 5 #define O_COMPOUND 6 #define O_END_COMPOUND -O_COMPOUND