Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
a18be23e
Commit
a18be23e
authored
May 31, 2000
by
Martin Wierich
Browse files
setting defaultPrio to 9 according to bug report from Ronny
parent
f8d61ae7
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/scanner.icl
View file @
a18be23e
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment