commit | c5a69d57eb48e36f84c0737b5b24ec277d7dbfba | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Sat Feb 17 20:11:19 2007 +0100 |
committer | Adrian Bunk <bunk@stusta.de> | Sat Feb 17 20:11:19 2007 +0100 |
tree | a222d02f4fa9b42e78228cdb106ace4e35bd2ccc | |
parent | 0bbfb7c2e4b682542a822d3af05cea0e5cb5ba81 [diff] |
Storage class should be before const qualifier The C99 specification states in section 6.11.5: The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Adrian Bunk <bunk@stusta.de>