From a2d157463accf02e2db9fd3dd174b7e46dae8938 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 12 Apr 2000 14:05:37 +0000 Subject: One less shift/reduce conflict. --- filter/filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/filter.h') diff --git a/filter/filter.h b/filter/filter.h index cac124a..d634c86 100644 --- a/filter/filter.h +++ b/filter/filter.h @@ -64,7 +64,7 @@ struct filter { void filters_postconfig(void); struct f_inst *f_new_inst(void); -struct f_inst *f_new_dynamic_attr(int type, int f_type, int code); /* Type as core knows it, type as filters know it, and code */ +struct f_inst *f_new_dynamic_attr(int type, int f_type, int code); /* Type as core knows it, type as filters know it, and code of dynamic attribute */ struct f_tree *f_new_tree(void); struct f_tree *build_tree(struct f_tree *); -- cgit v1.2.3