aboutsummaryrefslogtreecommitdiff
path: root/backend/backend.icl
diff options
context:
space:
mode:
authorjohnvg2007-01-10 15:36:32 +0000
committerjohnvg2007-01-10 15:36:32 +0000
commit4aefb5c998decc2099a73ff0f302901b553080c3 (patch)
tree2ae6c3453ecfb40e5b97a6a0b9db54ab5355bf25 /backend/backend.icl
parentadd passing Reals using foreign export (diff)
remove //1.3 //3.1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1635 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backend/backend.icl')
-rw-r--r--backend/backend.icl4
1 files changed, 0 insertions, 4 deletions
diff --git a/backend/backend.icl b/backend/backend.icl
index 44653b0..fd99c88 100644
--- a/backend/backend.icl
+++ b/backend/backend.icl
@@ -1,9 +1,5 @@
implementation module backend;
-//1.3
-from StdString import String;
-//3.1
-
:: CPtr :== Int;
:: *UWorld :== Int;
:: *BackEnd :== CPtr;