diff --git a/DEVEL/code_style.txt b/DEVEL/code_style.txt index c12489eef..e0aaaf20b 100644 --- a/DEVEL/code_style.txt +++ b/DEVEL/code_style.txt @@ -163,6 +163,13 @@ wrapped in an additional set of parentheses for clarity: /* body */ } +Variable names to avoid +----------------------- + + near, far Some compilers and cross-compilers that target old + processors with segmented architectures may treat + those as keywords. It is safest to just avoid them. + Spaces in Expressions ---------------------