Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly
Module Name: src
Committed By: rin
Date: Thu Sep 14 03:52:24 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly:
c_locale.h
Log Message:
gcc.old: c++locale.h: Drop unnecessary <cstdio> include
This has no longer been required since rev 1.6 (of gcc one):
http://cvsweb.netbsd.org/bsdweb.cgi/src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/c_locale.h#rev1.6
where __convert_from_v() migrated to .cc file, and direct call for
vsnprintf_l(3) from this header file was removed.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/c_locale.h
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