From 53848ead1c4cb1fbfcd9f7c365e65f519dfbe04d Mon Sep 17 00:00:00 2001 From: Arjan Oortgiese Date: Mon, 12 Sep 2016 11:58:33 +0200 Subject: [PATCH] Moved sapldebug to the common folder because they are equal for all the platforms. --- {linux32 => common}/sapldebug.dcl | 0 {linux32 => common}/sapldebug.icl | 0 linux64/sapldebug.dcl | 3 --- linux64/sapldebug.icl | 7 ------- macosx/sapldebug.dcl | 3 --- macosx/sapldebug.icl | 7 ------- win32/sapldebug.dcl | 3 --- win32/sapldebug.icl | 7 ------- 8 files changed, 30 deletions(-) rename {linux32 => common}/sapldebug.dcl (100%) rename {linux32 => common}/sapldebug.icl (100%) delete mode 100644 linux64/sapldebug.dcl delete mode 100644 linux64/sapldebug.icl delete mode 100644 macosx/sapldebug.dcl delete mode 100644 macosx/sapldebug.icl delete mode 100644 win32/sapldebug.dcl delete mode 100644 win32/sapldebug.icl diff --git a/linux32/sapldebug.dcl b/common/sapldebug.dcl similarity index 100% rename from linux32/sapldebug.dcl rename to common/sapldebug.dcl diff --git a/linux32/sapldebug.icl b/common/sapldebug.icl similarity index 100% rename from linux32/sapldebug.icl rename to common/sapldebug.icl diff --git a/linux64/sapldebug.dcl b/linux64/sapldebug.dcl deleted file mode 100644 index 6ad2dd3..0000000 --- a/linux64/sapldebug.dcl +++ /dev/null @@ -1,3 +0,0 @@ -definition module sapldebug - -sapldebug :: !a .b -> .b diff --git a/linux64/sapldebug.icl b/linux64/sapldebug.icl deleted file mode 100644 index 24e818e..0000000 --- a/linux64/sapldebug.icl +++ /dev/null @@ -1,7 +0,0 @@ -implementation module sapldebug - -import StdEnv,graph_to_sapl_string, StdDebug,graph_to_string_with_descriptors - -sapldebug :: !a .b -> .b -sapldebug a b = trace_n ("DEBUG: " +++ graph_to_sapl_string a) b - diff --git a/macosx/sapldebug.dcl b/macosx/sapldebug.dcl deleted file mode 100644 index 6ad2dd3..0000000 --- a/macosx/sapldebug.dcl +++ /dev/null @@ -1,3 +0,0 @@ -definition module sapldebug - -sapldebug :: !a .b -> .b diff --git a/macosx/sapldebug.icl b/macosx/sapldebug.icl deleted file mode 100644 index 24e818e..0000000 --- a/macosx/sapldebug.icl +++ /dev/null @@ -1,7 +0,0 @@ -implementation module sapldebug - -import StdEnv,graph_to_sapl_string, StdDebug,graph_to_string_with_descriptors - -sapldebug :: !a .b -> .b -sapldebug a b = trace_n ("DEBUG: " +++ graph_to_sapl_string a) b - diff --git a/win32/sapldebug.dcl b/win32/sapldebug.dcl deleted file mode 100644 index 6ad2dd3..0000000 --- a/win32/sapldebug.dcl +++ /dev/null @@ -1,3 +0,0 @@ -definition module sapldebug - -sapldebug :: !a .b -> .b diff --git a/win32/sapldebug.icl b/win32/sapldebug.icl deleted file mode 100644 index 24e818e..0000000 --- a/win32/sapldebug.icl +++ /dev/null @@ -1,7 +0,0 @@ -implementation module sapldebug - -import StdEnv,graph_to_sapl_string, StdDebug,graph_to_string_with_descriptors - -sapldebug :: !a .b -> .b -sapldebug a b = trace_n ("DEBUG: " +++ graph_to_sapl_string a) b - -- GitLab