diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2011-11-15 19:12:22 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2011-11-15 19:12:22 +0000 |
| commit | a2626e24dd9e468ee0c5ccd455e4a5f782d56522 (patch) | |
| tree | c222b77a1b7ccba40b3bd244ae00f1945eb3a3c8 /src/runtime/haskell/PGF | |
| parent | 8a10aa5cf969caf482a7e852562caad815d74672 (diff) | |
now we store version number in every .gfo file. If the file is compiled with different compiler then we simply recompile it.
Diffstat (limited to 'src/runtime/haskell/PGF')
| -rw-r--r-- | src/runtime/haskell/PGF/Binary.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell/PGF/Binary.hs b/src/runtime/haskell/PGF/Binary.hs index 32b751159..22a6ef464 100644 --- a/src/runtime/haskell/PGF/Binary.hs +++ b/src/runtime/haskell/PGF/Binary.hs @@ -200,4 +200,4 @@ getArray2 = do n <- get -- read the length xs <- replicateM n getArray -- now the elems.
return (listArray (0,n-1) xs)
-decodingError = fail "This PGF file was compiled with different version of GF"
+decodingError = fail "This file was compiled with different version of GF"
|
