Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3 Add missing word in comment.



details:   https://anonhg.NetBSD.org/src/rev/6d5a91aaf055
branches:  trunk
changeset: 813008:6d5a91aaf055
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jan 11 22:41:48 2016 +0000

description:
Add missing word in comment.

diffstat:

 external/gpl3/gcc.old/dist/libstdc++-v3/include/std/complex |  2 +-
 external/gpl3/gcc/dist/libstdc++-v3/include/std/complex     |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 9a0ac6e5f5a4 -r 6d5a91aaf055 external/gpl3/gcc.old/dist/libstdc++-v3/include/std/complex
--- a/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/complex       Mon Jan 11 18:24:56 2016 +0000
+++ b/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/complex       Mon Jan 11 22:41:48 2016 +0000
@@ -45,7 +45,7 @@
 #include <sstream>
 
 #if _GLIBCXX_USE_C99_COMPLEX
-// This is disgusting; we can't include ccomplex because that c++11
+// This is disgusting; we can't include ccomplex because that requires c++11
 // and we can't use the builtins because those point to the wrong
 // ABI-wise cabs/cabsf so we manually declare those here and use
 // them directly.
diff -r 9a0ac6e5f5a4 -r 6d5a91aaf055 external/gpl3/gcc/dist/libstdc++-v3/include/std/complex
--- a/external/gpl3/gcc/dist/libstdc++-v3/include/std/complex   Mon Jan 11 18:24:56 2016 +0000
+++ b/external/gpl3/gcc/dist/libstdc++-v3/include/std/complex   Mon Jan 11 22:41:48 2016 +0000
@@ -45,7 +45,7 @@
 #include <sstream>
 
 #if _GLIBCXX_USE_C99_COMPLEX
-// This is disgusting; we can't include ccomplex because that c++11
+// This is disgusting; we can't include ccomplex because that requires c++11
 // and we can't use the builtins because those point to the wrong
 // ABI-wise cabs/cabsf so we manually declare those here and use
 // them directly.



Home | Main Index | Thread Index | Old Index