~ubuntu-branches/ubuntu/maverick/uim/maverick

« back to all changes in this revision

Viewing changes to helper/dict-canna.h

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2008-06-25 19:56:33 UTC
  • mfrom: (3.1.18 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080625195633-8jljph4rfq00l8o7
Tags: 1:1.5.1-2
* uim-tcode: provide tutcode-custom.scm, tutcode-bushudic.scm
  and tutcode-rule.scm (Closes: #482659)
* Fix FTBFS: segv during compile (Closes: #483078).
  I personally think this bug is not specific for uim but is a optimization
  problem on gcc-4.3.1. (https://bugs.freedesktop.org/show_bug.cgi?id=16477)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 *  Copyright (c) 2006 uim Project http://uim.freedesktop.org/
 
2
 *  Copyright (c) 2006-2008 uim Project http://code.google.com/p/uim/
3
3
 *
4
4
 *  All rights reserved.
5
5
 *
29
29
 *  SUCH DAMAGE.
30
30
 */
31
31
 
32
 
#ifndef __dict_canna_h_included__
33
 
#define __dict_canna_h_included__
 
32
#ifndef UIM_DICT_CANNA_H
 
33
#define UIM_DICT_CANNA_H
34
34
 
35
35
#include "dict-word.h"
36
36
#include "dict-dict.h"
39
39
#define CANNA_PRIV_DIC_BUFLEN   1024
40
40
#define CANNA_STD_CONTEXT       0
41
41
 
42
 
#endif /* __dict_canna_h_included__ */
 
42
#endif /* UIM_DICT_CANNA_H */