pkgsrc/editors/mule/patches/patch-src_regex19.h
2013-04-21 15:39:59 +00:00

13 lines
458 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-src_regex19.h,v 1.1 2013/04/21 15:40:00 joerg Exp $
--- src/regex19.h.orig 1994-10-24 07:50:11.000000000 +0000
+++ src/regex19.h
@@ -542,6 +542,8 @@ extern size_t regerror
size_t errbuf_size));
extern void regfree _RE_ARGS ((regex_t *preg));
+void compile_pattern (Lisp_Object pattern, struct re_pattern_buffer *bufp, struct re_registers *regp, char *translate, int backward);
+
#endif /* not __REGEXP_LIBRARY_H__ */
/*