From 3bcbff920cc9bfffb46b48ab0aa2d6a46411621d Mon Sep 17 00:00:00 2001 From: martinw Date: Wed, 31 May 2000 09:16:34 +0000 Subject: setting defaultPrio to 9 according to bug report from Ronny git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@146 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/scanner.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/scanner.icl b/frontend/scanner.icl index bac5576..160a23b 100644 --- a/frontend/scanner.icl +++ b/frontend/scanner.icl @@ -795,7 +795,7 @@ GetPrio input | IsDigit c = (error, digitToInt c, input) = (error, defaultPrio , charBack input) -where defaultPrio = 0 +where defaultPrio = 9 determineStrictness :: !Input -> (!Bool, !Input) determineStrictness input -- cgit v1.2.3