sh: Storage class should be before const qualifier
authorTobias Klauser <tklauser@distanz.ch>
Sun, 17 Feb 2008 14:38:35 +0000 (15:38 +0100)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 26 Feb 2008 05:04:17 +0000 (14:04 +0900)
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: Paul Mundt <lethal@linux-sh.org>

No differences found