diff options
author | johnvg | 2001-09-05 10:59:19 +0000 |
---|---|---|
committer | johnvg | 2001-09-05 10:59:19 +0000 |
commit | 8420886fb5a0d407c9ac593c5d7000ea6482b092 (patch) | |
tree | 2a6086b911d188e99557f462801310ecebe02db8 /frontend/scanner.dcl | |
parent | print forall typevars in backend (diff) |
fix parsing of [# with layout rule
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@740 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/scanner.dcl')
-rw-r--r-- | frontend/scanner.dcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/scanner.dcl b/frontend/scanner.dcl index 6bb418c..cfb2acd 100644 --- a/frontend/scanner.dcl +++ b/frontend/scanner.dcl @@ -167,3 +167,6 @@ determinePriority :: !Priority !Priority -> Optional Bool /* ... Sjaak */ +setNoNewOffsideForSeqLetBit :: !ScanState -> ScanState + +clearNoNewOffsideForSeqLetBit :: !ScanState -> ScanState |