diff options
author | johnvg | 2011-04-14 15:17:55 +0000 |
---|---|---|
committer | johnvg | 2011-04-14 15:17:55 +0000 |
commit | b6e2db84bdc478e18310203507f90eb4b37a0fb8 (patch) | |
tree | 318ef5dfecf8526f90b7643005fd89900f10781a /frontend/typereify.icl | |
parent | replace field dcl_macro_conversions by dcl_has_macro_conversions of type DclM... (diff) |
use type FunSpecials instead of Specials for specials of functions
(to have fewer differences with the haskell frontend branch)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1921 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/typereify.icl')
-rw-r--r-- | frontend/typereify.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/typereify.icl b/frontend/typereify.icl index 2ce4f95..edf9c6b 100644 --- a/frontend/typereify.icl +++ b/frontend/typereify.icl @@ -44,7 +44,7 @@ instance makeTypeFun FunType where , ft_priority = NoPrio , ft_type = symbol_type , ft_pos = position - , ft_specials = SP_None + , ft_specials = FSP_None , ft_type_ptr = ft_type_ptr }, var_heap, symbol_table) |