From 589fd5ffdeaae87410c31c497083e609e7ae1f53 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 18 Mar 2008 11:24:44 +0000 Subject: Added journal commit code. --- server/src/macro_parser.cc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'server/src/macro_parser.cc') diff --git a/server/src/macro_parser.cc b/server/src/macro_parser.cc index aeeb84f..7fc9609 100644 --- a/server/src/macro_parser.cc +++ b/server/src/macro_parser.cc @@ -70,6 +70,13 @@ static void start_hndl(void *p, const char *el, const char **attr) // Do something reasonable with them... + if(name == "macro") { + printf("Macro %s %s\n", attributes["name"].c_str(), attributes["resume"].c_str()); + parser->macro->name = attributes["name"]; + parser->macro->format = attributes["resume"]; + // return; + } + if(name == "include") { Macro inc; -- cgit v1.2.3