~ubuntu-branches/ubuntu/lucid/pango1.0/lucid-security

« back to all changes in this revision

Viewing changes to pango/opentype/hb-private.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-08-11 17:30:40 UTC
  • mfrom: (1.5.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090811173040-zozfegyjkb39sep2
Tags: 1.25.2-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
#define MIN(a,b) ((a) < (b) ? (a) : (b))
107
107
 
108
108
#ifndef HB_INTERNAL
109
 
# define HB_INTERNAL
 
109
# define HB_INTERNAL extern
110
110
#endif
111
111
 
112
112
#ifndef NULL