From 8460eea25473e9b9ff6569de41bb33ef14dfce5d Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Mon, 30 Apr 2007 16:38:01 +0000 Subject: [PATCH] Parse channel array abbreviations after channel IS abbreviations --- fco2/Parse.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fco2/Parse.hs b/fco2/Parse.hs index 512c080..d8fb66f 100644 --- a/fco2/Parse.hs +++ b/fco2/Parse.hs @@ -1138,9 +1138,9 @@ declOf spec newName abbreviation :: OccParser A.Specification abbreviation = valIsAbbrev - <|> chanArrayAbbrev <|> isAbbrev newVariableName variable <|> isAbbrev newChannelName channel + <|> chanArrayAbbrev <|> isAbbrev newTimerName timer <|> isAbbrev newPortName port "abbreviation"