Some adjustments in the maximum length constants.
[gedcom-parse.git] / gedcom.h
index 450ecdf985887a15b9bda5627b80a85e1d2621a2..487a918ab09f16298e5b70f500f049460a2fb763 100644 (file)
--- a/gedcom.h
+++ b/gedcom.h
 #include <string.h>
 #include <errno.h>
 
-#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 */