Browse Source

Fixed declaration of bbGCAllocCount.

Brucey 5 years ago
parent
commit
619f59b223
1 changed files with 1 additions and 1 deletions
  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;