throwIfWindowsNewlineOnUnix

throwIfWindowsLineNewlineOnUnix is used to throw an exception if a Windows/DOS line ending is found on a build compiled for a Unix platform. This is used by the TSV Utilities to detect Window/DOS line endings and terminate processing with an error message to the user.

void
throwIfWindowsNewlineOnUnix
(
NewlineWasRemoved nlWasRemoved = Yes.newlineWasRemoved
)
(
const char[] line
,
const char[] filename
,
size_t lineNum
)

Meta