/test/language/error_warning_msg/bad_precursor05.msg
Unknown | 14 lines | 11 code | 3 blank | 0 comment | 0 complexity | 32234a7e2e47a2e19a75b93b19a7fdb5 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 24 column 10 in BAD_PRECURSOR05 (/home/r/Liberty/test/language/error_warning_msg/bad_precursor05.e): 6 Precursor; 7 ^ 8Line 7 column 4 in AUX_PRECURSOR04 (/home/r/Liberty/test/language/error_warning_msg/aux_precursor04.e): 9 routine(i: INTEGER) 10 ^ 11------ 12****** Fatal Error: Correct the previous error first. 13 14------