mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 02:30:48 +02:00
- removed unused maxparasize and maxlocalsize
git-svn-id: trunk@384 -
This commit is contained in:
parent
ad86df3b6f
commit
1aa8233c57
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user