forked from GitHub/gf-core
Fixed conflict from Aarne's ATK path changes. Added NOILINE pragma to ATK initialized variable.
This commit is contained in:
@@ -31,12 +31,7 @@ import System.IO.Unsafe
|
||||
|
||||
config = "/home/aarne/atk/atkrec/atkrec.cfg"
|
||||
|
||||
res = "/home/bjorn/src/atk/Resources"
|
||||
hmmlist = res ++ "/UK_SI_ZMFCC/hmmlistbg"
|
||||
mmf0 = res ++ "/UK_SI_ZMFCC/WI4"
|
||||
mmf1 = res ++ "/UK_SI_ZMFCC/BGHMM2"
|
||||
dict = res ++ "/beep.dct"
|
||||
|
||||
{-# NOINLINE initialized #-}
|
||||
initialized :: IORef Bool
|
||||
initialized = unsafePerformIO $ newIORef False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user