aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend/backend.dcl2
-rw-r--r--backend/backend.icl2
2 files changed, 2 insertions, 2 deletions
diff --git a/backend/backend.dcl b/backend/backend.dcl
index 3a7a178..466e321 100644
--- a/backend/backend.dcl
+++ b/backend/backend.dcl
@@ -1,4 +1,4 @@
-definition module backendC/CleanCompilerSources/backend;
+definition module backend;
//1.3
from StdString import String;
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;