mirror of
https://github.com/tmux/tmux.git
synced 2024-11-15 17:08:54 +00:00
Now in base.
This commit is contained in:
parent
cd4566cd69
commit
3a55871d04
@ -1,5 +1,5 @@
|
||||
/* $Id: tree.h,v 1.3 2009-04-29 22:45:32 nicm Exp $ */
|
||||
/* $OpenBSD: tree.h,v 1.11 2008/05/11 22:19:09 millert Exp $ */
|
||||
/* $Id: tree.h,v 1.4 2009-05-26 18:31:10 nicm Exp $ */
|
||||
/* $OpenBSD: tree.h,v 1.12 2009/03/02 09:42:55 mikeb Exp $ */
|
||||
/*
|
||||
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
|
||||
* All rights reserved.
|
||||
@ -330,7 +330,7 @@ struct { \
|
||||
} while (0)
|
||||
|
||||
#ifndef RB_AUGMENT
|
||||
#define RB_AUGMENT(x)
|
||||
#define RB_AUGMENT(x) do {} while (0)
|
||||
#endif
|
||||
|
||||
#define RB_ROTATE_LEFT(head, elm, tmp, field) do { \
|
||||
|
5
tmux.h
5
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.326 2009-05-21 19:46:00 nicm Exp $ */
|
||||
/* $Id: tmux.h,v 1.327 2009-05-26 18:31:10 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -23,9 +23,6 @@
|
||||
|
||||
#define PROTOCOL_VERSION -13
|
||||
|
||||
/* Shut up gcc warnings about empty if bodies. */
|
||||
#define RB_AUGMENT(x) do {} while (0)
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user