~ubuntu-branches/ubuntu/vivid/hyphen/vivid-proposed

« back to all changes in this revision

Viewing changes to hyphen.h

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2014-09-18 21:40:22 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20140918214022-sb8l8lk9ob42x41b
Tags: 2.8.8-1
* New upstream release

* fix second build in a row by removing Makefile.in hunk from patch.
  regen'ed anyway using dh-autoreconf 
* move from dpatch to 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
extern "C" {
56
56
#endif /* __cplusplus */
57
57
 
 
58
#include <stdio.h>
 
59
 
58
60
typedef struct _HyphenDict HyphenDict;
59
61
typedef struct _HyphenState HyphenState;
60
62
typedef struct _HyphenTrans HyphenTrans;