瀏覽代碼

Fixed declaration of bbGCAllocCount.

Brucey 5 年之前
父節點
當前提交
619f59b223
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      blitz.mod/blitz_gc.h

+ 1 - 1
blitz.mod/blitz_gc.h

@@ -36,7 +36,7 @@ extern "C"{
 void*	bbGCRootRegs( void *p );
 
 #ifdef BBCC_ALLOCCOUNT
-BBUInt64 bbGCAllocCount;
+extern BBUInt64 bbGCAllocCount;
 #endif
 
 typedef struct BBGCMem BBGCMem;