=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.444 retrieving revision 1.445 diff -c -r1.444 -r1.445 *** src/usr.bin/tmux/tmux.h 2014/03/31 21:42:05 1.444 --- src/usr.bin/tmux/tmux.h 2014/03/31 21:42:27 1.445 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.444 2014/03/31 21:42:05 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.445 2014/03/31 21:42:27 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 662,677 **** u_int width; }; - - /* Grid output. */ - #if defined(DEBUG) && \ - ((defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \ - (defined(__GNUC__) && __GNUC__ >= 3)) - #define GRID_DEBUG(gd, fmt, ...) log_debug2("%s: (sx=%u, sy=%u, hsize=%u) " \ - fmt, __func__, (gd)->sx, (gd)->sy, (gd)->hsize, ## __VA_ARGS__) - #else - #define GRID_DEBUG(...) - #endif /* Grid attributes. */ #define GRID_ATTR_BRIGHT 0x1 --- 662,667 ----