changeset 20305:a98f18d91045

Add declaration of word_boundary_p.
author Andreas Schwab <schwab@suse.de>
date Fri, 21 Nov 1997 14:26:38 +0000
parents a385b772f453
children 275d6855275a
files src/category.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/category.h	Fri Nov 21 14:19:57 1997 +0000
+++ b/src/category.h	Fri Nov 21 14:26:38 1997 +0000
@@ -133,3 +133,5 @@
 #define WORD_BOUNDARY_P(c1, c2)					\
   (!(SINGLE_BYTE_CHAR_P (c1) && SINGLE_BYTE_CHAR_P (c2))	\
    && word_boundary_p (c1, c2))
+
+extern int word_boundary_p P_ ((int, int));