X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom.y;h=98d36e2345e0fe2ee08e30b3b0232a2017cc72a9;hb=b4557a98f5842835e9e65370fd062b6d65af0b14;hp=b54286cb2aa35625fececb788d9a7e08415fb30a;hpb=3758c746e01a451ce88cfe398f19747951e71bac;p=gedcom-parse.git diff --git a/gedcom.y b/gedcom.y index b54286c..98d36e2 100644 --- a/gedcom.y +++ b/gedcom.y @@ -1,3 +1,12 @@ +/* This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + + (C) 2001 by The Genes Development Team + Original author: Peter Verthez (Peter.Verthez@advalvas.be) +*/ + /* $Id$ */ /* $Name$ */ @@ -214,13 +223,14 @@ int compat_mode(int flags); %union { char *string; + int number; } %token_table %expect 300 %token BADTOKEN -%token OPEN +%token OPEN %token CLOSE %token ESCAPE %token DELIM