https://github.com/JuliaLang/julia
Raw File
Tip revision: 1d9026b554367dba8eb7c678e6e9f7beb8fc27ac authored by Kristoffer Carlsson on 25 September 2018, 18:55:35 UTC
Revert "Fix inlinining's rewrite of _apply atypes"
Tip revision: 1d9026b
ptrhash.h
// This file is a part of Julia. License is MIT: https://julialang.org/license

#ifndef JL_PTRHASH_H
#define JL_PTRHASH_H

#include "htable.h"

#ifdef __cplusplus
extern "C" {
#endif

HTPROT(ptrhash)

#ifdef __cplusplus
}
#endif

#endif
back to top