~ubuntu-branches/ubuntu/trusty/sunpinyin/trusty-proposed

« back to all changes in this revision

Viewing changes to src/lexicon/genPYT.cpp

  • Committer: Package Import Robot
  • Author(s): YunQiang Su
  • Date: 2012-06-09 16:40:36 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120609164036-w2ulitciagug16jh
Tags: 2.0.3+git20120607-1
New upstream snapshot 20120607.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
#include <locale.h>
39
39
#include <stdlib.h>
 
40
#include <unistd.h>
40
41
 
41
42
#include "pytrie.h"
42
43
#include "pytrie_gen.h"