diff doc/devel/style.txt @ 17:12171da8943f

Don't refer to CVS.
author David A. Holland
date Tue, 31 May 2022 01:56:37 -0400
parents 13d2b8934445
children
line wrap: on
line diff
--- a/doc/devel/style.txt	Tue May 31 01:45:26 2022 -0400
+++ b/doc/devel/style.txt	Tue May 31 01:56:37 2022 -0400
@@ -100,7 +100,7 @@
 ifdefs:
 
    - Use #ifdef AG_ON_UNIX and #ifdef AG_ON_WINDOWS for
-     platform-specific code. Don't use compiler ifdefs for this;
+     platform-specific code. Don't use per-compiler ifdefs for this;
      in the long run compilers are more portable than you think.
 
    - Don't use #ifndef AG_ON_UNIX or #ifndef AG_ON_WINDOWS, unless