Introduction
Introduction Statistics Contact Development Disclaimer Help
skeleton.c: remove #ifndef GETNEXT here - xmlparser - XML parser
git clone git://git.codemadness.org/xmlparser
Log
Files
Refs
README
LICENSE
---
commit 9b7534cd3d2be4964dfd6dbeca2111c07fb9762a
parent a89216192dbac51fee5945195c1e754b9232d5ae
Author: Hiltjo Posthuma <[email protected]>
Date: Thu, 12 Sep 2019 19:51:28 +0200
skeleton.c: remove #ifndef GETNEXT here
Diffstat:
M skeleton.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/skeleton.c b/skeleton.c
@@ -114,9 +114,7 @@ main(void)
x.xmltagstart = xmltagstart;
x.xmltagstartparsed = xmltagstartparsed;
-#ifndef GETNEXT
x.getnext = getchar;
-#endif
xml_parse(&x);
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.