Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mlton/main/main.fun
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(* Copyright (C) 2010-2011,2013-2022,2024-2025 Matthew Fluet.
(* Copyright (C) 2010-2011,2013-2022,2024-2026 Matthew Fluet.
* Copyright (C) 1999-2009 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
Expand Down Expand Up @@ -1632,7 +1632,7 @@ fun commandLine (_: string, args: string list): unit =
| Place.Generated => compileCSO (input :: csoFiles)
| Place.O => compileCSO (input :: csoFiles)
| Place.XML => compileSrc #xml
| Place.SXML => compileSrc #xml
| Place.SXML => compileSrc #sxml
| Place.SSA => compileSrc #ssa
| Place.SSA2 => compileSrc #ssa2
| _ => Error.bug "invalid start"
Expand Down