diff options
Diffstat (limited to 'backend')
-rw-r--r-- | backend/backendpreprocess.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/backendpreprocess.icl b/backend/backendpreprocess.icl index aebce27..9689a83 100644 --- a/backend/backendpreprocess.icl +++ b/backend/backendpreprocess.icl @@ -8,7 +8,7 @@ implementation module backendpreprocess import checksupport import Heap import backendsupport -import RWSDebug +// import RWSDebug backEndPreprocess :: !Ident ![Index] !IclModule !*VarHeap -> *VarHeap backEndPreprocess aliasDummyId functionIndices iclModule varHeap |