~statik/ubuntu/maverick/erlang/erlang-merge-testing

« back to all changes in this revision

Viewing changes to erts/emulator/pcre/ucp.h

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-05-01 10:14:38 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090501101438-6qlr6rsdxgyzrg2z
Tags: 1:13.b-dfsg-2
* Cleaned up patches: removed unneeded patch which helped to support
  different SCTP library versions, made sure that changes for m68k
  architecture applied only when building on this architecture.
* Removed duplicated information from binary packages descriptions.
* Don't require libsctp-dev build-dependency on solaris-i386 architecture
  which allows to build Erlang on Nexenta (thanks to Tim Spriggs for
  the suggestion).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
*          Unicode Property Table handler        *
3
3
*************************************************/
4
4
 
 
5
/* %ExternalCopyright% */
 
6
 
5
7
#ifndef _UCP_H
6
8
#define _UCP_H
7
9
 
8
10
/* This file contains definitions of the property values that are returned by
9
 
the function _pcre_ucp_findprop(). New values that are added for new releases
 
11
the function _erts_pcre_ucp_findprop(). New values that are added for new releases
10
12
of Unicode should always be at the end of each enum, for backwards
11
13
compatibility. */
12
14