Skip to content

Commit

Permalink
WIP2
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Sep 4, 2024
1 parent 6e6b2eb commit 7249228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsxc/Fsxc.fs
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ module Program =
match readPreprocessorLine line with
| Some (PreProcessorElement.Action action) -> LineKind.PreProcessorAction action
| None -> LineKind.Normal
| Some elt -> failwithf "Unexpected element %A" elt
| _ -> LineKind.Commented

let newAcc =
{
Expand Down

0 comments on commit 7249228

Please sign in to comment.