From: Sharon C. <sha...@si...> - 2012-07-31 19:24:12
|
Oops, I should have written that to use the NOT... macros, but you get the idea. On 7/31/2012 2:22 PM, Sharon Correll wrote: > #define isattached user1 > takes_upper AnyTopDiacritic {attach...; isattached =1} / _ ^ > BOTSEQ _ {isattached == 0}; > takes_lower AnyBotMidDiacritic {attach...; isattached =1} / _ ^ > TOPorBRTSEQ _ {isattached == 0}; > takes_lower AnyBotRightDiacritic {attach...; isattached =1} / _ ^ > TOPorBMIDSEQ _ {isattached == 0}; |