Closed GoogleCodeExporter closed 9 years ago
So, it's a combination of issues ?
Using line continuations '\' for macros,
editing using a Windows-based, with CRLF end of line convention,
and compiling the unmodified source using Sun Studio on Solaris Sparc.
Quite unfortunate set of circumstances.
If that is the case, a tool converting EoL convention from Windows to Unix
might do the trick. Heck, maybe SVN can do that automatically.
Not using line continuation may hurt code readability, which is also important.
I'll look into it, and see if it's worth abandoning it.
Original comment by yann.col...@gmail.com
on 21 Aug 2013 at 1:56
Coming back to this issue ; I've you found a way to use windows-edited source
files with Sun Studio ? For example by converting End-of-Line convention from
Windows to Unix ?
Original comment by yann.col...@gmail.com
on 7 Sep 2013 at 7:32
Keeping very long #define on a single line would result in too long lines,
breaking code readability practices.
Prefer using a tool to convert Windows convention EoL into Solaris convention
EoL.
Original comment by yann.col...@gmail.com
on 22 Sep 2013 at 1:17
Original issue reported on code.google.com by
oliver.s...@gmail.com
on 21 Aug 2013 at 12:41