Module Name:    src
Committed By:   wiz
Date:           Mon Jan 11 22:41:48 UTC 2016

Modified Files:
        src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std: complex
        src/external/gpl3/gcc/dist/libstdc++-v3/include/std: complex

Log Message:
Add missing word in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/complex
cvs rdiff -u -r1.2 -r1.3 \
    src/external/gpl3/gcc/dist/libstdc++-v3/include/std/complex

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/include/std/complex
diff -u src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/complex:1.4 src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/complex:1.5
--- src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/complex:1.4	Mon Jan 11 16:49:09 2016
+++ src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/complex	Mon Jan 11 22:41:48 2016
@@ -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.

Index: src/external/gpl3/gcc/dist/libstdc++-v3/include/std/complex
diff -u src/external/gpl3/gcc/dist/libstdc++-v3/include/std/complex:1.2 src/external/gpl3/gcc/dist/libstdc++-v3/include/std/complex:1.3
--- src/external/gpl3/gcc/dist/libstdc++-v3/include/std/complex:1.2	Mon Jan 11 16:52:53 2016
+++ src/external/gpl3/gcc/dist/libstdc++-v3/include/std/complex	Mon Jan 11 22:41:48 2016
@@ -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.

Reply via email to