~ubuntu-branches/debian/squeeze/glib2.0/squeeze

« back to all changes in this revision

Viewing changes to glib/pcre/ucpinternal.h

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-02-15 13:00:43 UTC
  • mfrom: (1.3.1 upstream) (69.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20090215130043-q47fbt3owmt42m2f
Tags: 2.18.4-2
* Release to unstable
* debian/rules:
- bump SHVER, since we are already forcing a 2.18.0 dependecy on the
  symbols introduced in the development versions
* debian/control.in:
- added Homepage and Vcs-* control fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#define f0_scriptmask   0xff000000  /* Mask for script field */
19
19
#define f0_scriptshift          24  /* Shift for script value */
20
 
#define f0_rangeflag    0x00f00000  /* Flag for a range item */
 
20
#define f0_rangeflag    0x00800000  /* Flag for a range item */
21
21
#define f0_charmask     0x001fffff  /* Mask for code point value */
22
22
 
23
23
/* Things for the f1 field */