From e7987c3b3f40bd18e5a0c7603c8fd1a89d772699 Mon Sep 17 00:00:00 2001 From: johnvg Date: Thu, 20 Jul 2006 10:37:01 +0000 Subject: add object code for set_return_code.c for 32 and 64 bit windows git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1607 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- main/Windows/set_return_code.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/Windows') diff --git a/main/Windows/set_return_code.icl b/main/Windows/set_return_code.icl index 4171e6a..396961f 100644 --- a/main/Windows/set_return_code.icl +++ b/main/Windows/set_return_code.icl @@ -1,6 +1,6 @@ implementation module set_return_code; -import code from "set_return_code.obj"; +import code from "c_set_return_code."; import StdString; -- cgit v1.2.3