diff options
author | johnvg | 2002-03-27 12:58:34 +0000 |
---|---|---|
committer | johnvg | 2002-03-27 12:58:34 +0000 |
commit | b415f4012a3c320673bbe205aa5f592cd6bfee30 (patch) | |
tree | 4bdfe7ed382615c80841e4ef4080bef24fb5e14e | |
parent | fix bug in CharList with \010 char (diff) |
remove debug output
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1067 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | frontend/typesupport.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/typesupport.icl b/frontend/typesupport.icl index b20f74b..b49c471 100644 --- a/frontend/typesupport.icl +++ b/frontend/typesupport.icl @@ -655,7 +655,7 @@ where bind_attribute (TA_Var {av_info_ptr}) attr th_attrs = th_attrs <:= (av_info_ptr, AVI_Attr attr) - ---> ("typesupport 1 writePtr av_info_ptr", ptrToInt av_info_ptr, attr) +// ---> ("typesupport 1 writePtr av_info_ptr", ptrToInt av_info_ptr, attr) bind_attribute _ _ th_attrs = th_attrs |