From: Peter Verthez Date: Sun, 9 Feb 2003 14:37:02 +0000 (+0000) Subject: Allow elements out of context. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=473f146038f88434e3edd070dfa42390bd0df60f;hp=866835ac8928d7e40919c2ca59799cb37023856f;p=gedcom-parse.git Allow elements out of context. --- diff --git a/gom/gom.c b/gom/gom.c index 6e27ab7..e00af9a 100644 --- a/gom/gom.c +++ b/gom/gom.c @@ -111,10 +111,10 @@ int gom_parse_file(const char* file_name) gom_cleanup(); } else { + gedcom_set_compat_options(COMPAT_ALLOW_OUT_OF_CONTEXT); subscribe_all(); } gom_active = 1; - gedcom_set_compat_options(0); return gedcom_parse_file(file_name); }