Skip to content

Commit

Permalink
ignore changing between modes
Browse files Browse the repository at this point in the history
  • Loading branch information
pramothragavan committed Feb 8, 2025
1 parent 3ca9111 commit e8ec6a4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions gap/io.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1731,11 +1731,7 @@ function(filename)
") is not recognised");
fi;
temp := Stream.GetChar(r);
if temp = '+' then
CloseStream(Stream.file);
ErrorNoReturn("Changing between modes ", "(line ", r.newline,
") is not supported");
else
if temp <> '+' then
Stream.UngetChar(r, temp);
fi;
elif c in "BR@#jv\%IixtTobzlamp?HcpP" then
Expand Down

0 comments on commit e8ec6a4

Please sign in to comment.