"No code in .h files or #defines"

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23319 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2009-10-23 07:26:48 +00:00
parent 96bb9efdb7
commit ff8e9d95ee

View file

@ -25,8 +25,9 @@ readable and maintainable.
Language features Language features
----------------- -----------------
Write normal C code. Don't redefine the language. No new types (structs are Write normal C code. Keep it simple. Don't redefine the language. No new types
structs, not typedefs), no C++isms or Javaisms. (structs are structs, not typedefs). No C++isms or Javaisms. No code in .h
files or #defines.
Identifiers Identifiers
----------- -----------