uwe 138486a3df According to C99:
6.11.5  Storage-class specifiers

       [#1] The placement of a storage-class specifier  other  than
       at   the  beginning  of  the  declaration  specifiers  in  a
       declaration is an obsolescent feature.

and gcc -Wextra warns about this, so s/const static/static const/
2008-04-29 15:10:02 +00:00
..
2008-04-29 06:53:00 +00:00
2008-04-29 06:53:00 +00:00
2008-04-29 06:53:00 +00:00
2008-04-29 06:53:00 +00:00
2008-04-29 15:10:02 +00:00