From afbcb4545560e106d6fe601ea84c071be9c90fc0 Mon Sep 17 00:00:00 2001
From: Kristof Szabados <Kristof.Szabados@ericsson.com>
Date: Thu, 24 Nov 2016 13:44:21 +0100
Subject: [PATCH] add TODO as type/value description for this field is missing

Signed-off-by: Kristof Szabados <Kristof.Szabados@ericsson.com>
---
 core/XER.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/XER.hh b/core/XER.hh
index 28f8568f4..723536146 100644
--- a/core/XER.hh
+++ b/core/XER.hh
@@ -310,7 +310,7 @@ struct XERdescriptor_t
   /** Length of closing tag string (strlen of names[i]) */
   const unsigned short namelens[2];
   /** Various EXER flags */
-  const unsigned long xer_bits;
+  const unsigned long xer_bits; // TODO which types what flags mean what ?
   /** Whitespace handling */
   const XER_whitespace_action whitespace;
   /** value to compare for DEFAULT-FOR-EMPTY */
-- 
GitLab