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

« back to all changes in this revision

Viewing changes to erts/emulator/pcre/pcre_chartables.c

  • 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:
20
20
header ensures that the array gets flagged as "someone outside this compilation
21
21
unit might reference this" and so it will always be supplied to the linker. */
22
22
 
 
23
/* %ExternalCopyright% */
23
24
#ifdef HAVE_CONFIG_H
24
25
#include "config.h"
25
26
#endif
26
27
 
27
28
#include "pcre_internal.h"
28
29
 
29
 
const unsigned char _pcre_default_tables[] = {
 
30
const unsigned char _erts_pcre_default_tables[] = {
30
31
 
31
32
/* This table is a lower casing table. */
32
33