Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libm/noieee_src
Module Name: src
Committed By: uwe
Date: Tue Apr 29 15:10:02 UTC 2008
Modified Files:
src/lib/libm/noieee_src: n_asinh.c n_exp__E.c n_expm1.c n_log1p.c
Log Message:
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/
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/libm/noieee_src/n_asinh.c \
src/lib/libm/noieee_src/n_exp__E.c src/lib/libm/noieee_src/n_expm1.c \
src/lib/libm/noieee_src/n_log1p.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index