view regexParser/grepWalk.h @ 304:c48a8671ce34

fix parallel search first match
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 08 Feb 2016 12:24:47 +0900
parents bdfe0a32c48f
children
line wrap: on
line source

#include "regexParser.h"

extern void grepWalk(TransitionGeneratorPtr tg, Buffer buff);