From c1447fccbd8dcbb3cb5dec6e5901f4a44ed0b45a Mon Sep 17 00:00:00 2001 From: ronny Date: Thu, 3 May 2001 18:15:37 +0000 Subject: fixed module names git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@385 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backend/backend.dcl | 2 +- backend/backend.icl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'backend') 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; -- cgit v1.2.3