commit | 4543ae7ce1cb8b5ff27a59009e7991ea63791a71 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Mon Feb 09 23:09:32 2009 +0100 |
committer | Steven Rostedt <srostedt@redhat.com> | Tue Feb 10 11:58:45 2009 -0500 |
tree | 6b4ec60c4118bc4a9990f2052e7cd71a7ddbef09 | |
parent | 966657883fdc3a2883a5e641ca4ec8f79ffb8ecd [diff] |
tracing: 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: Steven Rostedt <srostedt@redhat.com>