From 8cee3ea989bfd17b42642f13d09d390da34ada7c Mon Sep 17 00:00:00 2001 From: martinw Date: Fri, 9 Jun 2000 14:07:38 +0000 Subject: 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 --- frontend/utilities.dcl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'frontend/utilities.dcl') 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 -- cgit v1.2.3