From 2981814066543b72e292b7b36ca41bfa1cc2554c Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Fri, 20 Aug 1999 09:59:39 +0000 Subject: Few FIXME's removed from auth, few FIXME's added to filter. --- filter/filter.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'filter') diff --git a/filter/filter.c b/filter/filter.c index c98440c..4149971 100644 --- a/filter/filter.c +++ b/filter/filter.c @@ -4,6 +4,9 @@ * Copyright 1998 Pavel Machek * * Can be freely distributed and used under the terms of the GNU GPL. + * + * FIXME: local namespace for functions + * FIXME: switch (or how did we call it in final release?) */ #include @@ -148,6 +151,7 @@ interpret(struct f_inst *what) case '<': COMPARE(i==-1); case '<=': COMPARE(i!=1); + /* FIXME: Should be able to work with prefixes of limited sizes */ case '~': TWOARGS; res.type = T_BOOL; -- cgit v1.2.3