summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2006-03-28 20:47:11 +0000
committerJohn Millaway <john43@users.sourceforge.net>2006-03-28 20:47:11 +0000
commit771ed6ddf3cba36aeca375641297b9b254c7d74b (patch)
treea98d84490a3296202cdca6ee932062c439ae9618 /flexdef.h
parentf6faf861a7f39e893f502107a6c767aadc82ac49 (diff)
Added ccl union operator.
Added test in test suite for ccl union operator. Documented ccl union operator. Removed crufty ccl cache to prevent parser problems.
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flexdef.h b/flexdef.h
index 4136578..2b3b760 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -725,6 +725,7 @@ extern void ccladd PROTO ((int, int)); /* add a single character to a ccl */
extern int cclinit PROTO ((void)); /* make an empty ccl */
extern void cclnegate PROTO ((int)); /* negate a ccl */
extern int ccl_set_diff (int a, int b); /* set difference of two ccls. */
+extern int ccl_set_union (int a, int b); /* set union of two ccls. */
/* List the members of a set of characters in CCL form. */
extern void list_character_set PROTO ((FILE *, int[]));