mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
fixes #8338
This commit is contained in:
@@ -1890,7 +1890,7 @@ proc entityToUtf8*(entity: string): 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 expected(x: var XmlParser, n: XmlNode): string =
|
||||
result = errorMsg(x, "</" & n.tag & "> expected")
|
||||
|
||||
Reference in New Issue
Block a user