blob: d9669a6dd1aca5f10769d0c4d43a44e29a130ddb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
$FreeBSD$
--- RegExp.c.old Sun Feb 10 05:33:07 2002
+++ RegExp.c Sun Feb 10 05:33:24 2002
@@ -23,7 +23,6 @@
*/
#include "RegExp.h"
-#include <regex.h>
void RegExpCompile(regexp,fsm_ptr)
char *regexp;
|