diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-12-01 12:39:58 +0100 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-12-01 12:39:58 +0100 |
commit | 6781e5213b3c910317a68aaee7ee53e81ee93948 (patch) | |
tree | 6a5f11364b7f6fc97ca8c64c47d7b43c685d5c0c /filter | |
parent | f2ed663aea02ac38621ecfe91cd1f37f4a56dc4d (diff) | |
download | bird-6781e5213b3c910317a68aaee7ee53e81ee93948.tar bird-6781e5213b3c910317a68aaee7ee53e81ee93948.zip |
FIXME's cleaned up: I have actually fixed things without killing
comments.
There are no urgent FIXME's in filters. Perhaps we should start with
documentation?
Diffstat (limited to 'filter')
-rw-r--r-- | filter/config.Y | 2 | ||||
-rw-r--r-- | filter/filter.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/filter/config.Y b/filter/config.Y index 7b61baa..05a0f2d 100644 --- a/filter/config.Y +++ b/filter/config.Y @@ -8,9 +8,7 @@ FIXME (nonurgent): define keyword FIXME: whole system of paths, path ~ string, path.prepend(), path.originate FIXME: create community lists - FIXME: write access to dynamic attributes. FIXME: '! =' should not be permitted. Ze `!=' by nemelo byt totez jako `! =' Nadefinujes si pres %token novy token a do cf-lex.l pridas nove pravidlo, ktere jej rozpoznava. Napriklad != return NEQ; - FIXME: write access to static attribute: Z rte ma byt read/write: pref, attrs (neprimo). */ diff --git a/filter/filter.c b/filter/filter.c index 9c2bfe8..6ae4eaa 100644 --- a/filter/filter.c +++ b/filter/filter.c @@ -7,7 +7,6 @@ * * Notice that pair is stored as integer: first << 16 | second * - * FIXME: Check if prefixes are really prefixes. */ #include <stdio.h> |