From f5cf5725026ecb2fa63d729fb6745b4da15e69d8 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 22 Aug 2006 15:12:20 +0000 Subject: Started on the crazy process of building the stage one compiled data. It's going pretty quickly, we'll see how the targets go, they'll be the only tricky part. --- src/functionregexp.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/functionregexp.cpp') diff --git a/src/functionregexp.cpp b/src/functionregexp.cpp index fd632ae..045f745 100644 --- a/src/functionregexp.cpp +++ b/src/functionregexp.cpp @@ -10,3 +10,8 @@ FunctionRegexp::FunctionRegexp() FunctionRegexp::~FunctionRegexp() { } + +void FunctionRegexp::execute( StringList &lInput, StringList &lOutput ) +{ +} + -- cgit v1.2.3