Remove wtf
This commit is contained in:
parent
79e8e330cb
commit
50b30bbd69
5
tsort.c
5
tsort.c
|
@ -6,11 +6,6 @@
|
||||||
|
|
||||||
#include "util.h"
|
#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 WHITE 0
|
||||||
#define GREY 1
|
#define GREY 1
|
||||||
#define BLACK 2
|
#define BLACK 2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user