~ubuntu-branches/ubuntu/hardy/uim/hardy

« back to all changes in this revision

Viewing changes to uim/canna.c

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-07-06 22:17:24 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060706221724-6sobw1fcsxj647hp
Tags: 1:1.1.0-1.2
* Non-maintainer upload.
* Added -Wno-cast-align to CFLAGS, as per the RM's recommendations:

  < vorlon> Sesse: -Wno-cast-align and to hell with it :P

  Really fixes FTBFS. (Really Closes: #375081)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
  canna.c: Canna for uim.
5
5
 
6
 
  Copyright (c) 2003,2004,2005 uim Project http://uim.freedesktop.org/
 
6
  Copyright (c) 2003-2006 uim Project http://uim.freedesktop.org/
7
7
 
8
8
  All rights reserved.
9
9
 
33
33
  SUCH DAMAGE.
34
34
*/
35
35
 
36
 
#include "config.h"
 
36
#include <config.h>
 
37
 
37
38
#ifdef HAVE_CANNA_RK_H
38
39
#include <canna/RK.h>
39
40
#include <stdlib.h>