X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom.h;h=995af0cc00e98f62b6ea5c4544e7cf63ea046b14;hb=6297e01cb9c903ac1ef7eb0bb2fcb8dbddd5cc06;hp=82836e84ff9f28568dd9017662bffccc9fed79f0;hpb=0811bdb12ebe747b77ebae98e574dbc3d8362b55;p=gedcom-parse.git diff --git a/gedcom.h b/gedcom.h index 82836e8..995af0c 100644 --- a/gedcom.h +++ b/gedcom.h @@ -1,5 +1,15 @@ +/* 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$ */ + #ifndef __GEDCOM_H #define __GEDCOM_H #include @@ -7,11 +17,15 @@ #include #include #include +#ifdef DMALLOC +#include +#endif -#define MAXGEDCLEVEL 99 -#define MAXGEDCLINELEN 256 -#define MAXGEDCTAGLEN 31 -#define MAXSTDTAGLENGTH 4 +#define MAXGEDCLEVEL 99 +#define MAXGEDCLINELEN 255 +#define MAXGEDCTAGLEN 31 +#define MAXSTDTAGLEN 4 +#define MAXGEDCPTRLEN 22 #define GEDCOMTAGOFFSET 257 /* Error handling mechanisms */