From a5762e6d6549126c84cdc05bb5341a622b255989 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Fri, 24 Feb 2023 19:00:36 -0600 Subject: [PATCH] Remove the bogus cost-three comma See #1453 for details --- data/en/4.0.dict | 2 +- data/en/4.0.dict.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/en/4.0.dict b/data/en/4.0.dict index f73357800..5a7523d69 100644 --- a/data/en/4.0.dict +++ b/data/en/4.0.dict @@ -13360,7 +13360,7 @@ RIGHT-WALL: RW- or ({@Xca-} & [[Xc-]]); % XXX the correct solution to this is to add a new domain rule ! XXX ",": - ({[@Xca-]-0.05 or [[[@Xc-]]]} & (({[EBx+]} & Xd+) or Xc-)) + ({[@Xca-]-0.05} & (({[EBx+]} & Xd+) or Xc-)) or []; % ,.j diff --git a/data/en/4.0.dict.m4 b/data/en/4.0.dict.m4 index ff26b1334..cc143f427 100644 --- a/data/en/4.0.dict.m4 +++ b/data/en/4.0.dict.m4 @@ -10938,7 +10938,7 @@ changequote dnl % XXX the correct solution to this is to add a new domain rule ! XXX ",": - ({[@Xca-]-0.05 or [[[@Xc-]]]} & (({[EBx+]} & Xd+) or Xc-)) + ({[@Xca-]-0.05} & (({[EBx+]} & Xd+) or Xc-)) or []; % ,.j