From 73ea77b1ba8007193ad27d773c2504d9c6be9d53 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Tue, 13 Aug 2019 15:29:32 +0200 Subject: [PATCH] (Som) Add linref for S --- src/somali/CatSom.gf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/somali/CatSom.gf b/src/somali/CatSom.gf index f0da1e000..2c6a090f3 100644 --- a/src/somali/CatSom.gf +++ b/src/somali/CatSom.gf @@ -122,4 +122,5 @@ linref VP = linVP VInf ; CN = linCN ; Prep = \prep -> prep.s ! P3_Prep ++ prep.sii ++ prep.dhex ; + S = \s -> linBaseCl (s.s ! False) ; }