1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-28 21:14:57 +03:00

Fix for Jira bug I7-2110

This commit is contained in:
Graham Nelson 2022-05-15 13:44:22 +01:00
parent 7cd95df869
commit 20147da4fd

View file

@ -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