mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 19:52:36 +00:00
fixes #4899
This commit is contained in:
@@ -28,7 +28,7 @@ proc raiseInvalidXml(errors: seq[string]) =
|
||||
proc addNode(father, son: XmlNode) =
|
||||
if son != nil: add(father, son)
|
||||
|
||||
proc parse(x: var XmlParser, errors: var seq[string]): XmlNode
|
||||
proc parse(x: var XmlParser, errors: var seq[string]): XmlNode {.gcsafe.}
|
||||
|
||||
proc untilElementEnd(x: var XmlParser, result: XmlNode,
|
||||
errors: var seq[string]) =
|
||||
|
||||
Reference in New Issue
Block a user