RPA Git Repository
/
rpatk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c01dd38
)
removed RPA_RECORD_MATCH
author
Martin Stoilov
<martin@rpasearch.com>
Sat, 18 Jun 2011 05:29:20 +0000
(22:29 -0700)
committer
Martin Stoilov
<martin@rpasearch.com>
Sat, 18 Jun 2011 05:29:20 +0000
(22:29 -0700)
tests/testrpa/rpacompiler-rulerec.c
patch
|
blob
|
history
diff --git
a/tests/testrpa/rpacompiler-rulerec.c
b/tests/testrpa/rpacompiler-rulerec.c
index
fdcb595
..
d6f08e0
100644
(file)
--- a/
tests/testrpa/rpacompiler-rulerec.c
+++ b/
tests/testrpa/rpacompiler-rulerec.c
@@
-108,8
+108,6
@@
int main(int argc, char *argv[])
r_printf("%3d : ", i);
if (rec->type & RPA_RECORD_START)
r_printf("START ");
- if (rec->type & RPA_RECORD_MATCH)
- r_printf("MATCH ");
if (rec->type & RPA_RECORD_END)
r_printf("END ");
r_printf("%s(%d) %d, %d\n", rec->rule, rec->type, rec->top, rec->size);