diff example/regex/ppe/Exec.cc @ 1204:ffef576db4b3 draft

modify example/regex/
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sat, 16 Jul 2011 17:25:40 +0900
parents 7b866a392adc
children
line wrap: on
line diff
--- a/example/regex/ppe/Exec.cc	Thu Jul 14 18:57:43 2011 +0900
+++ b/example/regex/ppe/Exec.cc	Sat Jul 16 17:25:40 2011 +0900
@@ -216,7 +216,7 @@
   //    char *i_data = (char *)rbuf;
     char *i_data = (char *)s->get_input(rbuf, 0);
     int length = (int)s->get_inputSize(0);
-    WordCount *env = (WordCount*)s->get_input(rbuf, 1);
+    ENV *env = (ENV*)s->get_input(rbuf, 1);
     UCHARP beg, buf, end;
     beg = buf = (UCHARP)i_data;
     end = beg + length - 1;