2017-02-28 18:16:38 +01:00
|
|
|
/*
|
2019-08-03 19:43:48 +02:00
|
|
|
* This software is licensed under the terms of the MIT License.
|
2017-02-28 18:16:38 +01:00
|
|
|
* See COPYING for further information.
|
|
|
|
* ---
|
2019-01-23 21:10:43 +01:00
|
|
|
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
|
2019-07-03 20:00:56 +02:00
|
|
|
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
|
2017-02-28 18:16:38 +01:00
|
|
|
*/
|
|
|
|
|
2017-11-25 20:45:11 +01:00
|
|
|
#include "taisei.h"
|
|
|
|
|
2017-02-28 18:16:38 +01:00
|
|
|
#include "hashtable.h"
|
2017-03-15 10:21:39 +01:00
|
|
|
#include "util.h"
|
2017-02-28 18:16:38 +01:00
|
|
|
|
2019-02-09 11:27:18 +01:00
|
|
|
#define HT_IMPL
|
|
|
|
#include "hashtable_predefs.inc.h"
|