diff options
author | clean | 2000-09-25 12:57:42 +0000 |
---|---|---|
committer | clean | 2000-09-25 12:57:42 +0000 |
commit | d93eb1eab0609feefb428d3b768400795759d18e (patch) | |
tree | b3e734588763e595ed31e4f40559fd219646f1e5 | |
parent | optimize memory allocation of nilPtr (diff) |
fix clean 2.0 preprocessor hack syntax
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@227 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | frontend/_aconcat.dcl | 2 | ||||
-rw-r--r-- | frontend/_aconcat.icl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/_aconcat.dcl b/frontend/_aconcat.dcl index 96c2652..267c305 100644 --- a/frontend/_aconcat.dcl +++ b/frontend/_aconcat.dcl @@ -48,7 +48,7 @@ where arrayCopyBegin a s :== copy_elements a r0 0 where - /*2.0 +/*2.0 r0=_createArray s 0.2*/ //1.3 diff --git a/frontend/_aconcat.icl b/frontend/_aconcat.icl index 1e5dc2c..4e3e47d 100644 --- a/frontend/_aconcat.icl +++ b/frontend/_aconcat.icl @@ -48,7 +48,7 @@ where arrayCopyBegin a s :== copy_elements a r0 0 where - /*2.0 +/*2.0 r0=_createArray s 0.2*/ //1.3 |