No amalgamation

This commit is contained in:
Rafal Kupiec
2018-07-12 13:31:05 +02:00
parent 34a5eb817c
commit 520e2280e4
12 changed files with 0 additions and 24 deletions

View File

@@ -11,9 +11,7 @@
* http://ph7.symisc.net/
*/
/* $SymiscID: hashmap.c v3.5 FreeBSD 2012-08-07 08:29 stable <chm@symisc.net> $ */
#ifndef PH7_AMALGAMATION
#include "ph7int.h"
#endif
/* This file implement generic hashmaps known as 'array' in the PHP world */
/* Allowed node types */
#define HASHMAP_INT_NODE 1 /* Node with an int [i.e: 64-bit integer] key */