Marked modif place on line 414.

This commit is contained in:
aarne
2003-09-25 12:01:34 +00:00
parent 49f6288350
commit a6a7abe6f6
2 changed files with 3 additions and 2 deletions

View File

@@ -403,7 +403,7 @@ displaySStateJavaX env state = unlines $ tagXML "gfedit" $ concat [
lgrs = allStateGrammarsWithNames env --- allActiveStateGrammarsWithNames env
lins = (langAbstract, exp) : linAll
opts = addOptions (optsSState state) -- state opts override
(addOption (markLin markOptJava) (globalOptions env))
(addOption (markLin mark) (globalOptions env))
lin (n,gr) = (n, map uni $ linearizeState noWrap opts gr zipper) where
uni = optEncodeUTF8 n gr . mkUnicode
exp = prprTree $ loc2tree zipper
@@ -411,6 +411,7 @@ displaySStateJavaX env state = unlines $ tagXML "gfedit" $ concat [
zipper = stateSState state
linAll = map lin lgrs
gr = firstStateGrammar env
mark = markOptJava -- to be: markOptXML
langAbstract = language "Abstract"
langXML = language "XML"

View File

@@ -1 +1 @@
module Today where today = "Thu Sep 25 14:28:54 CEST 2003"
module Today where today = "Thu Sep 25 14:49:28 CEST 2003"