aboutsummaryrefslogtreecommitdiff
path: root/frontend/utilities.dcl
diff options
context:
space:
mode:
authormartinw2000-06-09 14:07:38 +0000
committermartinw2000-06-09 14:07:38 +0000
commit8cee3ea989bfd17b42642f13d09d390da34ada7c (patch)
treeac5ff70561dbc701f692e134bf2051373adca1db /frontend/utilities.dcl
parentpredef.icl: StdDynamics has become StdDynamic (diff)
Added preprocessor directives, so that one and the same source can be
compiled with Clean 1.3 and Clean 2.0 git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@155 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/utilities.dcl')
-rw-r--r--frontend/utilities.dcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/utilities.dcl b/frontend/utilities.dcl
index 66bdc2f..3ae0b5e 100644
--- a/frontend/utilities.dcl
+++ b/frontend/utilities.dcl
@@ -9,7 +9,9 @@ import _aconcat
For Strings
*/
-from StdString import String // 1.3
+//1.3
+from StdString import String
+//3.1
stringToCharList :: !String -> [Char]
charListToString :: ![Char] -> String