diff options
author | johnvg | 2003-02-24 11:46:16 +0000 |
---|---|---|
committer | johnvg | 2003-02-24 11:46:16 +0000 |
commit | 57677ebd9771787aed8fc32efd30441f08f19f93 (patch) | |
tree | f212cbfa8686b2ee432a11cfd0843416f0738be8 /frontend/partition.icl | |
parent | don't generate abc code to build dictionary for overloaded Nil (diff) |
added fusion of unboxed lists of records, moved
FI_IsNonRecursive from partition.icl and trans.icl
to syntax.dcl, added FI_IsUnboxedListOfRecordsConsOrNil
to mark instances of unboxed lists of records generated
in type.icl
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1322 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/partition.icl')
-rw-r--r-- | frontend/partition.icl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/frontend/partition.icl b/frontend/partition.icl index c8ffcad..46a0288 100644 --- a/frontend/partition.icl +++ b/frontend/partition.icl @@ -609,10 +609,6 @@ dummy_predef_symbols = , predef_or = dummy_predef_symbol } -///// FI_IsNonRecursive - -FI_IsNonRecursive :== 4 - set_rec_prop non_recursive fi_properties = case non_recursive of True -> fi_properties bitor FI_IsNonRecursive |