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.
Modified files:
Index: src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/c_locale.h
diff -u src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/c_locale.h:1.6 src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/c_locale.h:1.7
--- src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/c_locale.h:1.6 Mon Feb 20 02:11:45 2023
+++ src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/c_locale.h Thu Sep 14 03:52:24 2023
@@ -44,8 +44,6 @@
#include <clocale>
#ifndef __NetBSD__
#include <xlocale.h>
-#else
-#include <cstdio>
#endif
#define _GLIBCXX_NUM_CATEGORIES 0