浏览代码

Added string const used counter.

Brucey 4 年之前
父节点
当前提交
7879d82a15
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      decl.bmx

+ 1 - 0
decl.bmx

@@ -4363,6 +4363,7 @@ Type TStringConst
 
 	Field id:String
 	Field count:Int
+	Field used:Int
 
 End Type