*** empty log message ***

This commit is contained in:
peb
2004-04-29 08:22:32 +00:00
parent f798e7cb03
commit 97d6b623f8
3 changed files with 4 additions and 2 deletions

View File

@@ -136,6 +136,8 @@ allLinFields trm = case trm of
---- deprecated
isLinLabel l = case l of
L (A.IC ('s':cs)) | all isDigit cs -> True
-- peb (28/4-04), for MCFG grammars to work:
L (A.IC cs) | null cs || head cs `elem` ".!" -> True
_ -> False
-- to gather ultimate cases in a table; preserves pattern list