comparison regexParser/sequentialSearch.cc @ 324:879dc5d1cb6a default tip

fix
author mir3636
date Fri, 27 May 2016 21:21:09 +0900
parents c9ac6f06e706
children
comparison
equal deleted inserted replaced
323:672c1be4eec7 324:879dc5d1cb6a
19 19
20 int fd = 0; 20 int fd = 0;
21 st_mmap_t st_mmap = createSt_mmap(filename,fd); 21 st_mmap_t st_mmap = createSt_mmap(filename,fd);
22 Buffer buff = createBuffer(st_mmap); 22 Buffer buff = createBuffer(st_mmap);
23 TSValue tsv = createTSValue(NULL,buff); 23 TSValue tsv = createTSValue(NULL,buff);
24 tsv.current = initialTstate;
24 tsv = state0(tsv); 25 tsv = state0(tsv);
25 close(fd); 26 close(fd);
26 return 0; 27 return 0;
27 } 28 }
28 29