aboutsummaryrefslogtreecommitdiff
path: root/main/Unix
diff options
context:
space:
mode:
authorjohnvg2010-07-08 10:27:10 +0000
committerjohnvg2010-07-08 10:27:10 +0000
commitf2b6719724a6804ebe3dc1eb1950ef5c34c9e7e3 (patch)
treeb31d926b7693f8bd47e2192519d8810d7cec404a /main/Unix
parentuse 'Module'.name in errors, instead of Module@name (diff)
remove code for backwards compatibility with Clean 1.3
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1795 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main/Unix')
-rw-r--r--main/Unix/ipc.dcl4
-rw-r--r--main/Unix/ipc.icl5
2 files changed, 0 insertions, 9 deletions
diff --git a/main/Unix/ipc.dcl b/main/Unix/ipc.dcl
index ce686ae..539d029 100644
--- a/main/Unix/ipc.dcl
+++ b/main/Unix/ipc.dcl
@@ -1,9 +1,5 @@
definition module ipc;
-//1.3
-from StdString import String;
-//3.1
-
open_pipes :: !String !String -> Int;
// int open_pipes (CleanString commands_name,CleanString results_name);
get_command_length :: Int;
diff --git a/main/Unix/ipc.icl b/main/Unix/ipc.icl
index 55ca927..11153e5 100644
--- a/main/Unix/ipc.icl
+++ b/main/Unix/ipc.icl
@@ -1,10 +1,5 @@
implementation module ipc;
-//1.3
-from StdString import String;
-//3.1
-
-
open_pipes :: !String !String -> Int;
open_pipes a0 a1 = code {
ccall open_pipes "SS:I"