mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
11 lines
275 B
C
11 lines
275 B
C
--- 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 */
|