From 0283a101c26f88b530b0a33d8ebe287290057e8c Mon Sep 17 00:00:00 2001 From: Sven Robertz <sven@cs.lth.se> Date: Mon, 15 Apr 2013 12:25:30 +0200 Subject: [PATCH] commented --- lib/c/experimental/labcomm_sig_parser.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/c/experimental/labcomm_sig_parser.c b/lib/c/experimental/labcomm_sig_parser.c index a36de81..d4d64b7 100644 --- a/lib/c/experimental/labcomm_sig_parser.c +++ b/lib/c/experimental/labcomm_sig_parser.c @@ -5,6 +5,19 @@ * registered handler. */ + +/* TODO, and notes about strange quirks + * + * - the return values for the accept_ functions are not really used anymore + * as the parser "peeks" and calls the correct accept function instead. + * This should be refactored + * + * - The RETURN_STRINGS and where/if to allocate strings is to be decided, it + * is currently no longer used + */ + + + #include <stdlib.h> #include <stdio.h> #include <string.h> -- GitLab