blob: c5fb862b979b546507fa307afae3256b2658488b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- xtb.h.orig 1997-07-16 18:40:41 UTC
+++ xtb.h
@@ -164,7 +164,7 @@ typedef union xtb_fmt_defn {
xtb_fmt_align align;
} xtb_fmt;
-#define NE 0
+#define NE ((xtb_fmt *) 0)
DECLARE(xtb_w, xtb_fmt *, (xtb_frame *w));
/* Returns formatting structure for frame */
|