aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authormartinw2000-06-16 11:25:06 +0000
committermartinw2000-06-16 11:25:06 +0000
commit8ca1f664a5df12e38884bed7f741b4deb5ebf504 (patch)
tree6966d795154b17e6bac6c9a1d081a432cf776c1f /main
parentsmall changes to reduce memory allocation (diff)
changes in to make compiler self compatible
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@168 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main')
-rw-r--r--main/Windows/set_return_code.dcl2
-rw-r--r--main/Windows/set_return_code.icl2
2 files changed, 3 insertions, 1 deletions
diff --git a/main/Windows/set_return_code.dcl b/main/Windows/set_return_code.dcl
index bcbde6f..e8ed7f8 100644
--- a/main/Windows/set_return_code.dcl
+++ b/main/Windows/set_return_code.dcl
@@ -1,6 +1,8 @@
definition module set_return_code;
+//1.3
from StdString import String;
+//3.1
:: *UniqueWorld :== World;
set_return_code :: !Int !UniqueWorld -> UniqueWorld;
diff --git a/main/Windows/set_return_code.icl b/main/Windows/set_return_code.icl
index 780fa84..4171e6a 100644
--- a/main/Windows/set_return_code.icl
+++ b/main/Windows/set_return_code.icl
@@ -2,7 +2,7 @@ implementation module set_return_code;
import code from "set_return_code.obj";
-from StdString import String;
+import StdString;
:: *UniqueWorld :== World;