view regexParser/generateSequentialSearch.h @ 313:90ccd94906c0

minor fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 09 Feb 2016 11:02:35 +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);