From 3362e2fb538c9426635e2fda8d9737662b48fc06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 19 Feb 2019 01:25:45 +0100 Subject: I somehow got stuff to bulid, now it just doesn't link. --- trie.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'trie.h') diff --git a/trie.h b/trie.h index d672125b..880716e8 100644 --- a/trie.h +++ b/trie.h @@ -36,25 +36,4 @@ struct trie { template std::ostream& operator<<(std::ostream&, trie* trie); - -// INIT_F ( TRIE(TYPE) ); - -// INIT_F (TRIE_NODE(TYPE), char c); - -// INIT_F (TRIE_NODE(TYPE), -// char c, TRIE_NODE(TYPE)* next, TRIE_NODE(TYPE)* child ); - -// int PUSH(TRIE(TYPE)) ( TRIE(TYPE)* trie, char* key, TYPE* val ); - -// TYPE* GET(TRIE(TYPE)) ( TRIE(TYPE)* trie, char* key ); - -// FREE_F(TRIE_NODE(TYPE)); - -// FREE_F(TRIE(TYPE)); - -// int EMPTY(TRIE(TYPE))(TRIE(TYPE)*); - -// FMT_F(TRIE_NODE(TYPE)); -// FMT_F(TRIE(TYPE)); - #endif /* TRIE_H */ -- cgit v1.2.3