get the patch to behave

This commit is contained in:
Adam David 1997-01-08 21:58:13 +00:00
parent f71311565c
commit d38f513882
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5265

View File

@ -345,7 +345,7 @@
+ extern void rgx_init P((void));
+ extern array *rgx_new P((string*, int));
+ extern array *rgx_match P((value*, string*, int));
*** doc.rgx/example.c Thu Jan 1 00:00:00 1970
*** doc.rgx/rgx_example.c Thu Jan 1 00:00:00 1970
--- ../doc/rgx_example.c Fri Feb 3 03:30:01 1995
***************
*** 0 ****
@ -399,7 +399,6 @@
+
+ return regexp_match(buffer, subject);
+ }
diff -crN doc.rgx/kfun/regexp_compile doc/kfun/regexp_compile
*** doc.rgx/kfun/regexp_compile Thu Jan 1 00:00:00 1970
--- ../doc/kfun/regexp_compile Tue Jul 26 00:02:34 1994
***************