aboutsummaryrefslogtreecommitdiff
path: root/frontend/scanner.icl
diff options
context:
space:
mode:
authormartinw2000-05-31 09:16:34 +0000
committermartinw2000-05-31 09:16:34 +0000
commit3bcbff920cc9bfffb46b48ab0aa2d6a46411621d (patch)
tree52348f42cfdd3484cdfdda8e84ca185daf1526f5 /frontend/scanner.icl
parentAdded just a comment (beginning with "XXX") that indicates a change that has ... (diff)
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
Diffstat (limited to 'frontend/scanner.icl')
-rw-r--r--frontend/scanner.icl2
1 files changed, 1 insertions, 1 deletions
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