Hacker News new | ask | show | jobs
by amatecha 2994 days ago
Changing line endings isn't a "fix"... if you do that, it's unusable on the intended system upon which you would work on this code - System 7 or Mac OS 8.
1 comments

I'm pretty sure CodeWarrior was able to deal with any kind of line endings: CR, LF, CR+LF.
This might be a dumb question (I spend most of my days in Ruby), why can't this compile with gcc and make? It's all just C (and a few files C++) right?