aboutsummaryrefslogtreecommitdiff
path: root/frontend/scanner.icl
diff options
context:
space:
mode:
authorjohnvg2003-12-15 15:41:37 +0000
committerjohnvg2003-12-15 15:41:37 +0000
commitcc69e3e10a79458a6f821dfb6cdf11be5f1efcf6 (patch)
treeaa0cbeb9d3f3f325d7e8aa29db9547a953416d7d /frontend/scanner.icl
parentadd export of BEInsertForeignExport (diff)
remove VoidTypeToken
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1438 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/scanner.icl')
-rw-r--r--frontend/scanner.icl2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/scanner.icl b/frontend/scanner.icl
index e310836..33f9081 100644
--- a/frontend/scanner.icl
+++ b/frontend/scanner.icl
@@ -163,7 +163,6 @@ ScanOptionNoNewOffsideForSeqLetBit:==4;
| StringTypeToken // String
| FileTypeToken // File
| WorldTypeToken // World
- | VoidTypeToken // Void
| ClassToken // class
| InstanceToken // instance
| OtherwiseToken // otherwise
@@ -1396,7 +1395,6 @@ where
toString StringTypeToken = "String"
toString FileTypeToken = "File"
toString WorldTypeToken = "World"
- toString VoidTypeToken = "Void"
toString ClassToken = "class"
toString InstanceToken = "instance"
toString OtherwiseToken = "otherwise"