Long obsolete.

This commit is contained in:
sperber 2002-09-19 07:08:29 +00:00
parent 5b47488938
commit 7062ec4f17
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
/* Exports from re1.c */
char *re_byte_len(const char *re, int *len);
char *re_compile(const char *re, s48_value target);
char *re_exec(s48_value cr, const char *string, int start,
s48_value start_vec, s48_value end_vec, int *hit);
char *re_match(const char *re, const char *string, int start,
s48_value start_vec, s48_value end_vec,
int *hit);