diff options
| author | peb <unknown> | 2005-05-17 10:20:25 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-05-17 10:20:25 +0000 |
| commit | 9b42aff901a3b14aaaf113098d9640e66fe9e5a2 (patch) | |
| tree | 9400d0e5fd802a717c7390ad36688af19ce22ca4 /src/GF/API.hs | |
| parent | fc11aeef6d389f9d5f02959272c5a8efdebb61b7 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/API.hs')
| -rw-r--r-- | src/GF/API.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/API.hs b/src/GF/API.hs index 8d3b31475..20f32b59e 100644 --- a/src/GF/API.hs +++ b/src/GF/API.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/05/12 10:03:33 $ --- > CVS $Author: aarne $ --- > CVS $Revision: 1.35 $ +-- > CVS $Date: 2005/05/17 11:20:25 $ +-- > CVS $Author: peb $ +-- > CVS $Revision: 1.36 $ -- -- Application Programmer's Interface to GF; also used by Shell. AR 10/11/2001 ----------------------------------------------------------------------------- @@ -305,7 +305,7 @@ optPrintGrammar :: Options -> StateGrammar -> String optPrintGrammar opts = customOrDefault opts grammarPrinter customGrammarPrinter optPrintMultiGrammar :: Options -> CanonGrammar -> String -optPrintMultiGrammar opts = encodeId . pmg . encode +optPrintMultiGrammar opts = encodeId . pmg opts . encode where pmg = customOrDefault opts grammarPrinter customMultiGrammarPrinter -- if -utf8 was given, convert from language specific codings |
