[luabind-cvs] luabind/luabind/examples/regexp regex_wrap.cpp,1.3,1.4
Brought to you by:
arvidn,
daniel_wallin
From: Arvid N. <ar...@us...> - 2005-11-28 20:55:45
|
Update of /cvsroot/luabind/luabind/luabind/examples/regexp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15879/luabind/examples/regexp Modified Files: regex_wrap.cpp Log Message: merged in changes from beta7-devel2 (tag: beta7-devel2-merge) Index: regex_wrap.cpp =================================================================== RCS file: /cvsroot/luabind/luabind/luabind/examples/regexp/regex_wrap.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- regex_wrap.cpp 4 Apr 2004 16:14:09 -0000 1.3 +++ regex_wrap.cpp 28 Nov 2005 20:55:34 -0000 1.4 @@ -42,11 +42,12 @@ ]; } -void test_wrap_regex() +int main() { lua_State* L = lua_open(); lua_baselibopen(L); lua_strlibopen(L); + luabind::open(L); wrap_regex(L); |