Const is allowed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5402 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
727d8d2504
commit
83b8eded9e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
-----
|
||||
|
|
Loading…
Reference in a new issue