From: nhmall Date: Thu, 10 Nov 2022 16:57:00 +0000 (-0500) Subject: add a note X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6864e6cf22d67391c30423a1db303bdb48f8efec;p=nethack add a note --- 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 ---------------------