view regexParser/generateSequentialSearch.h @ 316:c4d33b7c3ccd

no compile error
author mir3636
date Sat, 07 May 2016 19:41:48 +0900
parents c9ac6f06e706
children
line wrap: on
line source

#include "regexParser.h"

extern void exportState(TransitionGeneratorPtr tg);
extern void exportStateLoop(TransitionGeneratorPtr tg);
extern void exportStateCbC(TransitionGeneratorPtr tg);