Skip to content

Commit

Permalink
define NE as the right kind of null; see http://bugs.debian.org/706636
Browse files Browse the repository at this point in the history
  • Loading branch information
Barak A. Pearlmutter committed Sep 19, 2013
1 parent 7cd58fd commit 1cde1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtb.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,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 */
Expand Down

0 comments on commit 1cde1d4

Please sign in to comment.