OS Specific Toolchain: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m Undo revision 10576 by Computafreak (Talk) My mistake - editor was causing the error by replacing tabs with spaces
m →‎Whitespaces: Added a small point regarding tabs and spaces
Line 277:
== Whitespaces ==
Some files need tabs, some files need spaces and some files accept happily any mixture. Try to copy the whitespaces from similar entries in the same file, to be sure you use the right form.
Whitespace errors may result in 'make' reporting missing separators. Some editors will replace a tab with four spaces, which will also cause invalid separator issues (Code::Blocks 8.02 does this - you need to switch it off in Settings > Editor)
 
== Autoconf ==