diff options
Diffstat (limited to 'backend/backend.icl')
-rw-r--r-- | backend/backend.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/backend.icl b/backend/backend.icl index b37c05a..e943f69 100644 --- a/backend/backend.icl +++ b/backend/backend.icl @@ -1,4 +1,4 @@ -implementation module backendC/CleanCompilerSources/backend; +implementation module backend; //1.3 from StdString import String; |