Skip to content

Commit e75024b

Browse files
committed
initialize whitespacing when creating grammar.
1 parent 3e751eb commit e75024b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

peppapeg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,6 +1347,7 @@ P4_CreateSource(P4_String content, P4_RuleID rule_id) {
13471347
source->frames = NULL;
13481348
source->frames_len = 0;
13491349
source->frames_cap = 0;
1350+
source->whitespacing = false;
13501351
return source;
13511352
}
13521353

0 commit comments

Comments
 (0)