Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitba31dce

Browse files
committed
fix build break for sl5-compiler
1 parent3322ad3 commitba31dce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/fsharp/fsi/fsi.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,8 +2218,8 @@ let internal DriveFsiEventLoop (fsiConsoleOutput: FsiConsoleOutput) =
22182218
typeFsiEvaluationSession(argv:string[],inReader:TextReader,outWriter:TextWriter,errorWriter: TextWriter)=
22192219
#if SILVERLIGHT
22202220
do
2221-
Microsoft.FSharp.Core.Printf.setWriterwriter
2222-
Microsoft.FSharp.Core.Printf.setErrorerror
2221+
Microsoft.FSharp.Core.Printf.setWriteroutWriter
2222+
Microsoft.FSharp.Core.Printf.setErrorerrorWriter
22232223
#endif
22242224
doifnot runningOnMonothen Lib.UnmanagedProcessExecutionOptions.EnableHeapTerminationOnCorruption()(* SDL recommendation*)
22252225
// See Bug 735819

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp