Skip to content

Commit

Permalink
Fix for Jira bug I7-2110
Browse files Browse the repository at this point in the history
  • Loading branch information
ganelson committed May 15, 2022
1 parent 7cd95df commit 20147da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inter/pipeline-module/Chapter 3/Parsing Stages.w
Expand Up @@ -316,6 +316,9 @@ the directive type as 0.
if (Characters::is_whitespace(Str::get(pos)) == FALSE)
I6_dir = MYSTERY_PLM;
}
if (I6_dir == MYSTERY_PLM)
(*(docket->error_callback))(
"this Inform 6 directive is not supported in kits or '(-' inclusions: '%S'", R);
Regexp::dispose_of(&mr);

@ And that's it: the result of these stages is just to break the I6T source they
Expand Down

0 comments on commit 20147da

Please sign in to comment.