diff options
author | johnvg | 2001-06-05 15:37:29 +0000 |
---|---|---|
committer | johnvg | 2001-06-05 15:37:29 +0000 |
commit | 3e547044b4f0da2516c4d8fe484cdf226a0aa509 (patch) | |
tree | 66b80730198cc7b411e45d64c470cb52e4665082 /frontend/checkFunctionBodies.dcl | |
parent | = (diff) |
for error messages in patterns use line number of the alternative,
instead of line number of first alternative
(new: check.icl, checkFunctionBodies.[id]cl)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@471 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/checkFunctionBodies.dcl')
-rw-r--r-- | frontend/checkFunctionBodies.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/checkFunctionBodies.dcl b/frontend/checkFunctionBodies.dcl index 5f655a8..fd75a04 100644 --- a/frontend/checkFunctionBodies.dcl +++ b/frontend/checkFunctionBodies.dcl @@ -21,5 +21,5 @@ import syntax, checksupport , ei_mod_index :: !Index } -checkFunctionBodies :: !FunctionBody !.ExpressionInput !*ExpressionState !*ExpressionInfo !*CheckState +checkFunctionBodies :: !FunctionBody !Ident !.ExpressionInput !*ExpressionState !*ExpressionInfo !*CheckState -> (FunctionBody,[FreeVar],!.ExpressionState,.ExpressionInfo,!.CheckState); |