From 38f32e9f4aed41488e8094162292f923767d06e3 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Mon, 19 Nov 2012 19:39:55 -0800
Subject: [PATCH] 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.

---
 src/code/fd-stream-comp.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/code/fd-stream-comp.lisp b/src/code/fd-stream-comp.lisp
index e05dc1a5c..af58c80bb 100644
--- a/src/code/fd-stream-comp.lisp
+++ b/src/code/fd-stream-comp.lisp
@@ -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+)
-- 
GitLab