Skip to content

Commit 01cd304

Browse files
committed
fix create_pcre
1 parent ebdcaaf commit 01cd304

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
},
1616
"license": "MIT",
1717
"dependencies": {
18-
"@abaplint/cli": "^2.113.222",
18+
"@abaplint/cli": "^2.113.232",
1919
"@abaplint/database-pg": "^2.11.78",
2020
"@abaplint/database-sqlite": "^2.11.78",
21-
"@abaplint/runtime": "^2.12.1",
22-
"@abaplint/transpiler-cli": "^2.12.1",
21+
"@abaplint/runtime": "^2.12.3",
22+
"@abaplint/transpiler-cli": "^2.12.3",
2323
"0x": "^6.0.0"
2424
}
2525
}

src/abap/regex/cl_abap_regex.clas.abap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ CLASS cl_abap_regex DEFINITION PUBLIC.
2121
IMPORTING
2222
pattern TYPE clike
2323
ignore_case TYPE abap_bool DEFAULT abap_false
24+
extended TYPE abap_bool DEFAULT abap_false
2425
RETURNING
2526
VALUE(regex) TYPE REF TO cl_abap_regex.
2627

0 commit comments

Comments
 (0)