Skip to content
Snippets Groups Projects
Commit 404610bd authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed prototype.

Rev: src/block_alloc_h.h:1.8
parent 65a54924
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ void PIKE_CONCAT3(count_memory_in_,DATA,s)(INT32 *num, INT32 *size); \
#define PTR_HASH_ALLOC(DATA,BSIZE) \
BLOCK_ALLOC(DATA,BSIZE) \
extern struct DATA **PIKE_CONCAT(DATA,_hash_table); \
extern int PIKE_CONCAT(DATA,_hash_table_size); \
extern ptrdiff_t PIKE_CONCAT(DATA,_hash_table_size); \
struct DATA *PIKE_CONCAT(find_,DATA)(void *ptr); \
struct DATA *PIKE_CONCAT(get_,DATA)(void *ptr); \
int PIKE_CONCAT3(check_,DATA,_semafore)(void *ptr); \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment