Skip to content

Commit a16e00d

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

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
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- `HIGHENTROPYVA`
2828
- `HIGHCHARUNICODE`
2929
- `LARGEADDRESSAWARE`
30+
- `MAXPAGESIZE`
3031
- `NXCOMPAT`
3132
- `TSAWARE`
3233
- `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)