Skip to content

Commit 9d93b10

Browse files
author
Lean stage0 autoupdater
committed
chore: update stage0
1 parent 2412d52 commit 9d93b10

File tree

215 files changed

+140612
-113552
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+140612
-113552
lines changed

stage0/src/stdlib_flags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ options get_default_options() {
1919
opts = opts.update({"internal", "parseQuotWithCurrentStage"}, true);
2020
// changes to builtin parsers may also require toggling the following option if macros/syntax
2121
// with custom precheck hooks were affected
22-
opts = opts.update({"quotPrecheck"}, false);
22+
opts = opts.update({"quotPrecheck"}, true);
2323

2424
opts = opts.update({"pp", "rawOnError"}, true);
2525
#endif

stage0/stdlib/Init/Conv.c

Lines changed: 77 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stage0/stdlib/Init/Core.c

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stage0/stdlib/Init/Data/Array/Basic.c

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)