[project @ 2000-12-12 15:49:20 by simonmar]
authorsimonmar <unknown>
Tue, 12 Dec 2000 15:49:20 +0000 (15:49 +0000)
committersimonmar <unknown>
Tue, 12 Dec 2000 15:49:20 +0000 (15:49 +0000)
Add missing default case from isSpecial

ghc/compiler/parser/Lex.lhs

index 7de898b..2febf52 100644 (file)
@@ -292,6 +292,7 @@ isSpecial ITunsafe          = True
 isSpecial ITwith       = True
 isSpecial ITccallconv   = True
 isSpecial ITstdcallconv = True
+isSpecial _             = False
 
 -- IMPORTANT: Keep this in synch with ParseIface.y's var_fs production! (SUP)
 ghcExtensionKeywordsFM = listToUFM $