瀏覽代碼

+ TTextBuf = TextBuf type (Delphi compatibility)

git-svn-id: branches/cpstrrtl@25160 -
Jonas Maebe 12 年之前
父節點
當前提交
5593f0918d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      rtl/inc/textrec.inc

+ 2 - 0
rtl/inc/textrec.inc

@@ -30,6 +30,8 @@ const
 type
   TLineEndStr = string [3];
   TextBuf = array[0..TextRecBufSize-1] of ansichar;
+  TTextBuf = TextBuf;
+
   { using packed makes the compiler to generate ugly code on some CPUs, further
     using packed causes the compiler to handle arrays of text wrongly, see  see tw0754 e.g. on arm  }
   TextRec = {$ifdef VER2_6} packed {$endif} Record