From e2c2b9d48b2eb61da438ea550cca286aea77b1a3 Mon Sep 17 00:00:00 2001
From: Sven Robertz <sven@cs.lth.se>
Date: Tue, 16 Apr 2013 13:59:20 +0200
Subject: [PATCH] comment

---
 lib/c/experimental/labcomm_sig_parser.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/lib/c/experimental/labcomm_sig_parser.c b/lib/c/experimental/labcomm_sig_parser.c
index 1baf6a2..bfe9f1b 100644
--- a/lib/c/experimental/labcomm_sig_parser.c
+++ b/lib/c/experimental/labcomm_sig_parser.c
@@ -13,9 +13,14 @@
  *   This should be refactored
  *
  * - The RETURN_STRINGS and where/if to allocate strings is to be decided, it
- *   is currently no longer used
+ *   is currently not used
  * 
- * - TYPE_DECL is not tested
+ * - TYPE_DECL is not tested (is it ever sent?)
+ * 
+ * - The dynamic allocation of the parser is not quite dynamic, the sizes are
+ *   set through the init function, and are then static.
+ *   This should be adapted when allocation is parameterized/user-definable
+ *   for the entire lib.
  */
       
 
-- 
GitLab