# HG changeset patch # User Mario de Sousa # Date 1331817789 0 # Node ID 6f4083fe169e9555a96cb866a1d5ae1a51c332e6 # Parent 29f6ab0bf954d998405e04fa897b49eb67eae5ae Edit error message. diff -r 29f6ab0bf954 -r 6f4083fe169e stage3/print_datatypes_error.cc --- a/stage3/print_datatypes_error.cc Thu Mar 15 13:18:02 2012 +0000 +++ b/stage3/print_datatypes_error.cc Thu Mar 15 13:23:09 2012 +0000 @@ -1047,7 +1047,7 @@ (NULL == symbol->r_exp->datatype) && (symbol->l_exp->candidate_datatypes.size() > 0) && (symbol->r_exp->candidate_datatypes.size() > 0)) - STAGE3_ERROR(0, symbol, symbol, "Invalid data types for ':=' operation."); + STAGE3_ERROR(0, symbol, symbol, "Incompatible data types for ':=' operation."); return NULL; }