ソースを参照

Merge pull request #88 from HurryStarfish/patch-2

Fixed linker error for GCCollectALittle
Brucey 6 年 前
コミット
f8188fe3b4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      blitz.mod/blitz.bmx

+ 1 - 1
blitz.mod/blitz.bmx

@@ -453,7 +453,7 @@ about:
 This function will have no effect if the garbage collector has been
 suspended due to #GCSuspend.
 End Rem
-Function GCCollectALittle:Int()="bbGCCollectAlittle"
+Function GCCollectALittle:Int()="bbGCCollectALittle"
 
 Rem
 bbdoc: Memory allocated by application