Filter fix: support bison 2.6
[lttng-tools.git] / src / lib / lttng-ctl / filter-visitor-set-parent.c
index 9ddd10275c337afc54dd7bc7188995b5d41f2826..2ad707f6d9c44afc5cfd766a1a6dd11f9c8e1b4a 100644 (file)
@@ -26,8 +26,8 @@
 #include <assert.h>
 #include <errno.h>
 #include <inttypes.h>
-#include "filter-parser.h"
 #include "filter-ast.h"
+#include "filter-parser.h"
 
 static
 int update_child(struct filter_node *parent,
@@ -117,6 +117,7 @@ int recursive_visit_set_parent(struct filter_node *node,
                                        return ret;
                        }
                case AST_EXP_CONSTANT:
+               case AST_EXP_FLOAT_CONSTANT:
                case AST_EXP_STRING:
                        break;
                }
This page took 0.02327 seconds and 4 git commands to generate.