소스 검색

tm: define tm_ctx_get() to NULL if no WITH_TM_CTX

Daniel-Constantin Mierla 16 년 전
부모
커밋
c40ade61c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/tm/t_lookup.h

+ 1 - 1
modules/tm/t_lookup.h

@@ -141,7 +141,7 @@ void tm_ctx_set_branch_index(int v);
 
 #else
 
-#define tm_ctx_get()
+#define tm_ctx_get() NULL
 #define tm_ctx_init()
 #define tm_ctx_set_branch_index(v)