summaryrefslogtreecommitdiff
path: root/glib/src/optiongroup.ccg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2005-01-20 20:22:39 +0000
committerMurray Cumming <murrayc@src.gnome.org>2005-01-20 20:22:39 +0000
commitffdd8203c7bb05e90e2bf0931851474404595089 (patch)
treed502fcb09fb6f1de4fb0e301a9ef6d557063c06c /glib/src/optiongroup.ccg
parent229d2474aaf55b5adc70fe7188daf81d1cf8e52c (diff)
downloadglibmm-ffdd8203c7bb05e90e2bf0931851474404595089.tar.gz
I mean Tru64, not MipsPro
Diffstat (limited to 'glib/src/optiongroup.ccg')
-rw-r--r--glib/src/optiongroup.ccg4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/src/optiongroup.ccg b/glib/src/optiongroup.ccg
index 5e82ee5e..71c3115d 100644
--- a/glib/src/optiongroup.ccg
+++ b/glib/src/optiongroup.ccg
@@ -361,7 +361,7 @@ void OptionGroup::CppOptionEntry::convert_c_to_cpp()
//
//(*typed_cpp_arg) = array_handle;
//
- //And the MipsPro (IRIX) compiler does not even like us to instantiate the StringArrayHandle:
+ //And the Tru64 compiler does not even like us to instantiate the StringArrayHandle:
//
// cxx: Error: ../../glib/glibmm/containerhandle_shared.h, line 149: the operand
// of a pointer dynamic_cast must be a pointer to a complete class type
@@ -392,7 +392,7 @@ void OptionGroup::CppOptionEntry::convert_c_to_cpp()
{
typed_cpp_arg->clear();
- //See comments above about the SUN Forte and MipsPro compilers.
+ //See comments above about the SUN Forte and Tru64 compilers.
char** char_array_next = *typed_arg;
while(char_array_next && *char_array_next)