From 6864e6cf22d67391c30423a1db303bdb48f8efec Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 10 Nov 2022 11:57:00 -0500 Subject: [PATCH] add a note --- DEVEL/code_style.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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 ---------------------