From 0aa9bbbf281cac7f3b5fe2a34d809f32d3bedc42 Mon Sep 17 00:00:00 2001 From: zagor Date: Fri, 23 Oct 2009 07:26:48 +0000 Subject: [PATCH] "No code in .h files or #defines" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23319 a1c6a512-1295-4272-9138-f99709370657 --- docs/CONTRIBUTING | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING index 022e124b1..83f0aa655 100644 --- a/docs/CONTRIBUTING +++ b/docs/CONTRIBUTING @@ -25,8 +25,9 @@ readable and maintainable. Language features ----------------- -Write normal C code. Don't redefine the language. No new types (structs are -structs, not typedefs), no C++isms or Javaisms. +Write normal C code. Keep it simple. Don't redefine the language. No new types +(structs are structs, not typedefs). No C++isms or Javaisms. No code in .h +files or #defines. Identifiers ----------- -- 2.11.4.GIT