/test/language/error_warning_msg/bad_precursor06.msg
Unknown | 14 lines | 11 code | 3 blank | 0 comment | 0 complexity | b67dec7ffc7a20c957c502221be90ce2 MD5 | raw file
1****** Error: Actual argument list of Precursor call doesn't match the procedures signature. 2 3The source lines relevant to this message are the following: 4 5Line 23 column 10 in BAD_PRECURSOR06 (/home/r/Liberty/test/language/error_warning_msg/bad_precursor06.e): 6 Precursor(1); 7 ^ 8Line 7 column 4 in AUX_PRECURSOR06 (/home/r/Liberty/test/language/error_warning_msg/aux_precursor06.e): 9 routine 10 ^ 11------ 12****** Fatal Error: Correct the previous error first. 13 14------