Skip to content
Snippets Groups Projects
Commit 38f32e9f authored by Raymond Toy's avatar Raymond Toy
Browse files

Need to precompile the ef-osc slot too. Otherwise, the first attempt

to read a file will cause it to be compiled, which isn't quite what we
wanted.
parent b1318713
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
(stream::precompile-ef-slot :iso8859-1 #.stream::+ef-so+)
(stream::precompile-ef-slot :iso8859-1 #.stream::+ef-en+)
(stream::precompile-ef-slot :iso8859-1 #.stream::+ef-de+)
(stream::precompile-ef-slot :iso8859-1 #.stream::+ef-osc+)
(stream::precompile-ef-slot :utf-8 #.stream::+ef-cin+)
(stream::precompile-ef-slot :utf-8 #.stream::+ef-cout+)
......@@ -34,4 +35,4 @@
(stream::precompile-ef-slot :utf-8 #.stream::+ef-so+)
(stream::precompile-ef-slot :utf-8 #.stream::+ef-en+)
(stream::precompile-ef-slot :utf-8 #.stream::+ef-de+)
(stream::precompile-ef-slot :utf-8 #.stream::+ef-osc+)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment