aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"