aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorjohnvg2007-01-04 13:04:31 +0000
committerjohnvg2007-01-04 13:04:31 +0000
commit491f688f90a30f8c179079b796a19d8861858c8f (patch)
treebcb12ff32c622734278af47f73aec0dd21358e1f /main
parentFix strictness analysis of a guard with no default, followed by a pattern match, (diff)
remove //1.3 //3.1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1633 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main')
-rw-r--r--main/Windows/thread_message.dcl4
-rw-r--r--main/Windows/thread_message.icl4
2 files changed, 1 insertions, 7 deletions
diff --git a/main/Windows/thread_message.dcl b/main/Windows/thread_message.dcl
index 04bc56e..f0f5a39 100644
--- a/main/Windows/thread_message.dcl
+++ b/main/Windows/thread_message.dcl
@@ -1,7 +1,5 @@
definition module thread_message;
-//1.3
-from StdString import String;
-//3.1
+
get_message_number :: Int;
// int get_message_number ();
get_current_thread_id :: Int;
diff --git a/main/Windows/thread_message.icl b/main/Windows/thread_message.icl
index 200f172..c6e86ef 100644
--- a/main/Windows/thread_message.icl
+++ b/main/Windows/thread_message.icl
@@ -1,9 +1,5 @@
implementation module thread_message;
-//1.3
-from StdString import String;
-//3.1
-
get_message_number :: Int;
get_message_number = code {
ccall get_message_number ":I"