Skip to content

Commit d196778

Browse files
committed
Add new MAXPAGESIZE directive kind
This directive was added in Delphi 12.3.
1 parent fb75fb8 commit d196778

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- `HIGHENTROPYVA`
1616
- `HIGHCHARUNICODE`
1717
- `LARGEADDRESSAWARE`
18+
- `MAXPAGESIZE`
1819
- `NXCOMPAT`
1920
- `TSAWARE`
2021
- `TYPEDADDRESS`

delphi-frontend/src/main/java/org/sonar/plugins/communitydelphi/api/directive/ParameterDirective.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ enum ParameterKind {
3838
LINK("link", 'l'),
3939
STACKSIZE(null, 'm', Platform.WINDOWS),
4040
MINSTACKSIZE("minstacksize"),
41+
MAXPAGESIZE("maxpagesize"),
4142
MAXSTACKSIZE("maxstacksize"),
4243
MESSAGE("message"),
4344
MINENUMSIZE("minenumsize"),

0 commit comments

Comments
 (0)