소스 검색

[hash.h] Fixing IMP if

Vinicius Teshima 2 년 전
부모
커밋
39ae2f9cc4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/toolbox/hash.h

+ 1 - 1
include/toolbox/hash.h

@@ -9,7 +9,7 @@ typedef char byte_t;
 __attribute__((access (read_only, 1), nonnull, pure))
 uint64_t hash(const byte_t* data, size_t size);
 
-#if defined(CSTRING_IMP) || defined(IMPLEMENTATIONS)
+#if defined(HASH_IMP) || defined(IMPLEMENTATIONS)
 
 uint64_t hash(const byte_t* data, size_t size) {
 	static uint8_t _primes_list[] = {