diff options
author | martinw | 2001-01-19 10:48:10 +0000 |
---|---|---|
committer | martinw | 2001-01-19 10:48:10 +0000 |
commit | c3a59ece66a9f8b91ebfdf3fbd556ffd241b528c (patch) | |
tree | f9792c858af73c71c67e6238cdacb0893efbfd0f /frontend/utilities.icl | |
parent | exploiting "reuse unique nodes" option (diff) |
refactoring
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@290 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/utilities.icl')
-rw-r--r-- | frontend/utilities.icl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/utilities.icl b/frontend/utilities.icl index 055f387..6b5f09c 100644 --- a/frontend/utilities.icl +++ b/frontend/utilities.icl @@ -1,4 +1,5 @@ implementation module utilities +// compile using the "reuse unique nodes option" import StdEnv, general |