From 8ca1f664a5df12e38884bed7f741b4deb5ebf504 Mon Sep 17 00:00:00 2001 From: martinw Date: Fri, 16 Jun 2000 11:25:06 +0000 Subject: 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 --- main/Windows/set_return_code.dcl | 2 ++ main/Windows/set_return_code.icl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'main/Windows') 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; -- cgit v1.2.3