Storage class should be before const qualifier
authorTobias Klauser <tklauser@distanz.ch>
Sat, 17 Feb 2007 19:11:19 +0000 (20:11 +0100)
committerAdrian Bunk <bunk@stusta.de>
Sat, 17 Feb 2007 19:11:19 +0000 (20:11 +0100)
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>

No differences found