diff options
author | diederik | 2002-09-04 09:14:23 +0000 |
---|---|---|
committer | diederik | 2002-09-04 09:14:23 +0000 |
commit | 2f584302ec09b49654477da222e3ee55e43d70c4 (patch) | |
tree | 251c61b66a8a9c3d99d32d4f5f33dbe42846021c /frontend/StdCompare.icl | |
parent | store record.field name in descriptor for record fields instead of just the f... (diff) |
Add SK_GeneratedCaseFunction for dynamic cases fix
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1196 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/StdCompare.icl')
-rw-r--r-- | frontend/StdCompare.icl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/StdCompare.icl b/frontend/StdCompare.icl index f902857..a8c2ed0 100644 --- a/frontend/StdCompare.icl +++ b/frontend/StdCompare.icl @@ -162,6 +162,7 @@ where // compare_indexes (SK_InternalFunction i1) (SK_InternalFunction i2) = i1 =< i2 compare_indexes (SK_OverloadedFunction i1) (SK_OverloadedFunction i2) = i1 =< i2 compare_indexes (SK_GeneratedFunction _ i1) (SK_GeneratedFunction _ i2) = i1 =< i2 + compare_indexes (SK_GeneratedCaseFunction _ i1) (SK_GeneratedCaseFunction _ i2) = i1 =< i2 compare_indexes (SK_LocalDclMacroFunction i1) (SK_LocalDclMacroFunction i2) = i1 =< i2 | less_constructor symb1 symb2 |