diff options
author | johnvg | 2005-11-11 13:41:48 +0000 |
---|---|---|
committer | johnvg | 2005-11-11 13:41:48 +0000 |
commit | a16b73abec267ae738dbd8dbe47c9098a4752652 (patch) | |
tree | d09891e372818d78363b9c56eba8a2ad950c8e73 /main/Windows | |
parent | remove code for compatibility with Clean 1.3 (diff) |
remove code for compatibility with Clean 1.3
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1560 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main/Windows')
-rw-r--r-- | main/Windows/CoclSystemDependent.dcl | 6 | ||||
-rw-r--r-- | main/Windows/set_return_code.dcl | 4 |
2 files changed, 0 insertions, 10 deletions
diff --git a/main/Windows/CoclSystemDependent.dcl b/main/Windows/CoclSystemDependent.dcl index 03df339..9e90a32 100644 --- a/main/Windows/CoclSystemDependent.dcl +++ b/main/Windows/CoclSystemDependent.dcl @@ -1,13 +1,7 @@ // this is for Windows definition module CoclSystemDependent -//1.3 -from StdString import String -from StdFile import Files -//3.1 -/*2.0 from StdFile import ::Files -0.2*/ // RWS split // from deltaIOSystem import DeviceSystem diff --git a/main/Windows/set_return_code.dcl b/main/Windows/set_return_code.dcl index e8ed7f8..bd7c48b 100644 --- a/main/Windows/set_return_code.dcl +++ b/main/Windows/set_return_code.dcl @@ -1,9 +1,5 @@ definition module set_return_code; -//1.3 -from StdString import String; -//3.1 - :: *UniqueWorld :== World; set_return_code :: !Int !UniqueWorld -> UniqueWorld; // void set_return_code (int return_code); |