소스 검색

Merged revisions 384 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@385 -

Jonas Maebe 20 년 전
부모
커밋
c486b5f64d
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      compiler/globals.pas

+ 0 - 4
compiler/globals.pas

@@ -68,10 +68,6 @@ interface
          [m_mac,m_all,m_result,m_cvar_support,m_tp_procvar];
 
 
-       { maximum number of locals in bytes before warning is emitted }
-       maxlocalsize = high(smallint);
-       { maximum number of paras in bytes before warning is emitted }
-       maxparasize = high(word);
        { maximum nesting of routines }
        maxnesting = 32;