Changeset 2176 for libswish3/trunk/bindings/perl/xs_helpers.c
- Timestamp:
- 09/22/08 22:57:38 (4 months ago)
- Files:
-
- libswish3/trunk/bindings/perl/xs_helpers.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libswish3/trunk/bindings/perl/xs_helpers.c
r2174 r2176 553 553 sp_perl_hash_to_xml2_hash( HV* perlhash, xmlHashTablePtr xml2hash ) 554 554 { 555 // TODO555 croak("TODO"); 556 556 } 557 557 … … 683 683 str_len = strlen((char*)buf); 684 684 str_end = str_start + str_len; 685 token_re = ti-> s3->analyzer->regex;686 minwordlen = ti-> s3->analyzer->minwordlen;687 maxwordlen = ti-> s3->analyzer->maxwordlen;685 token_re = ti->a->regex; 686 minwordlen = ti->a->minwordlen; 687 maxwordlen = ti->a->maxwordlen; 688 688 689 689
