mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 17:13:02 +02:00
comment typo fix, spotted by Felix Yan, no functional changes
git-svn-id: trunk@33259 -
This commit is contained in:
parent
668f8eec91
commit
e0a183650d
@ -179,7 +179,7 @@ const
|
||||
NSUBEXP = 90; // max number of subexpression //###0.929
|
||||
// Cannot be more than NSUBEXPMAX
|
||||
// Be carefull - don't use values which overflow CLOSE opcode
|
||||
// (in this case you'll get compiler erorr).
|
||||
// (in this case you'll get compiler error).
|
||||
// Big NSUBEXP will cause more slow work and more stack required
|
||||
NSUBEXPMAX = 255; // Max possible value for NSUBEXP. //###0.945
|
||||
// Don't change it! It's defined by internal TRegExpr design.
|
||||
|
Loading…
Reference in New Issue
Block a user