summaryrefslogtreecommitdiff
path: root/ucp.h
diff options
context:
space:
mode:
authornigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:40:45 +0000
committernigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:40:45 +0000
commit97cb05691b9cabed35f1a853c74d48c692aaabcf (patch)
treecb7c68a44f0b79c6d90d9a18a7ec640c8435a5e7 /ucp.h
parent455fcc7e13a175722acfd2cca6ab99caa9606a22 (diff)
downloadpcre-97cb05691b9cabed35f1a853c74d48c692aaabcf.tar.gz
Load pcre-6.0 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@77 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ucp.h')
-rw-r--r--ucp.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/ucp.h b/ucp.h
index c013978..955e104 100644
--- a/ucp.h
+++ b/ucp.h
@@ -2,6 +2,10 @@
* libucp - Unicode Property Table handler *
*************************************************/
+
+#ifndef _UCP_H
+#define _UCP_H
+
/* These are the character categories that are returned by ucp_findchar */
enum {
@@ -49,10 +53,8 @@ enum {
ucp_Zs /* Space separator */
};
-/* For use in PCRE we make this function static so that there is no conflict if
-PCRE is linked with an application that makes use of an external version -
-assuming an external version is ever released... */
+extern int ucp_findchar(const int, int *, int *);
-static int ucp_findchar(const int, int *, int *);
+#endif
/* End of ucp.h */