*** empty log message ***

This commit is contained in:
peb
2004-04-29 08:22:32 +00:00
parent 51da7e3c0f
commit 9e23c25e28
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