sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 50b30bbd69ae18c30b187234e9ffa4ae3ffa682f
parent 79e8e330cbfbce4cbabae7c2a31846a89afdc095
Author: FRIGN <dev@frign.de>
Date:   Wed, 24 Feb 2016 16:11:46 +0100

Remove wtf

Diffstat:
Mtsort.c | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/tsort.c b/tsort.c @@ -6,11 +6,6 @@ #include "util.h" -#define eprintf(...) enprintf(2, __VA_ARGS__) -#define estrdup(...) enstrdup(2, __VA_ARGS__) -#define ecalloc(...) encalloc(2, __VA_ARGS__) -#define efshut(...) enfshut(2, __VA_ARGS__) - #define WHITE 0 #define GREY 1 #define BLACK 2