summaryrefslogtreecommitdiffstats
path: root/src/config-flex.l
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2012-01-07 11:13:03 +0100
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2012-01-07 11:13:03 +0100
commitd6b83af2ca0c27c873fcd6d149b9b5ac8a590848 (patch)
tree74637880fa3e208c2d94a9d182dfd24ee401e77e /src/config-flex.l
parent89f0092db75a47fc7db8fcb9d00265c42264619b (diff)
downloadlatrace-d6b83af2ca0c27c873fcd6d149b9b5ac8a590848.tar.gz
latrace-d6b83af2ca0c27c873fcd6d149b9b5ac8a590848.tar.xz
latrace-d6b83af2ca0c27c873fcd6d149b9b5ac8a590848.zip
fix
Diffstat (limited to 'src/config-flex.l')
-rw-r--r--src/config-flex.l5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config-flex.l b/src/config-flex.l
index 03d7a1b..5ff63bc 100644
--- a/src/config-flex.l
+++ b/src/config-flex.l
@@ -126,9 +126,10 @@ ERROR { BEGIN(error); return ERROR; }
<error>PROG { return ERR_PROG; }
<error>ARGS { return ERR_ARGS; }
<error>N { return ERR_N; }
-<error>START { return ERR_START; }
-<error>FILTER { return ERR_FILTER; }
+<error>TYPE { return ERR_TYPE; }
<error>SEQ { return ERR_SEQ; }
+<error>AUTOMATED { return ERR_AUTOMATED; }
+<error>REPLAY { return ERR_REPLAY; }
<error>SIGSEGV { return ERR_SIGSEGV; }
<error>AUTOMATED { return ERR_AUTOMATED; }
<error>REPLAY { return ERR_REPLAY; }