diff options
author | martinw | 2000-06-16 11:25:06 +0000 |
---|---|---|
committer | martinw | 2000-06-16 11:25:06 +0000 |
commit | 8ca1f664a5df12e38884bed7f741b4deb5ebf504 (patch) | |
tree | 6966d795154b17e6bac6c9a1d081a432cf776c1f /backend/backendsupport.dcl | |
parent | small changes to reduce memory allocation (diff) |
changes in to make compiler self compatible
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@168 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backend/backendsupport.dcl')
-rw-r--r-- | backend/backendsupport.dcl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/backendsupport.dcl b/backend/backendsupport.dcl index 8ca0091..74f1c55 100644 --- a/backend/backendsupport.dcl +++ b/backend/backendsupport.dcl @@ -1,6 +1,11 @@ definition module backendsupport +//1.3 from StdArray import size, size_u +//3.1 +/*2.0 +from StdArray import size, usize +0.2*/ from StdFunc import `bind` from StdInt import +, == |