Const is allowed.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5402 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2004-11-11 09:40:48 +00:00
parent 727d8d2504
commit 83b8eded9e

View file

@ -20,7 +20,7 @@ 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. Also, avoid using "const".
structs, not typedefs), no C++isms or Javaisms.
Names
-----