- Commit
- 6c416f20273cd427af18e25c0911ef6cf0da96d0
- Parent
- f2ac8b6aa69a4765e44f815a031b7aa574d44b57
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Make sure every line fed to S_process_line ends with `\n`.
So `S_process_line` sees only unix style line endings.
Closes #72, avoiding mixed line endings.
Ultimately we probably want a better solution, allowing
the line ending style of the input file to be preserved.
This solution forces output with newlines.