diff options
Diffstat (limited to 'backend/backend.icl')
-rw-r--r-- | backend/backend.icl | 4 |
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; |