Show
Ignore:
Timestamp:
09/22/08 00:08:00 (4 months ago)
Author:
karpet
Message:

get rid of the circular reference in TokenList/Token?; make swish_init() a separate call from swish_init_swish3() so it can be called as class method rather than once-per-object; clean up some ref_cnt logic and mem debugging

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libswish3/trunk/src/utf8test.c

    r2140 r2171  
    7171    loop = 1; 
    7272 
    73     swish_verify_utf8_locale(); 
     73    swish_init();   // always call first 
    7474 
    7575    while ((ch = getopt_long(argc, argv, "d:f:h", longopts, &option_index)) != -1) {