blob: 5d4e588e159f516af4214d9790acb941fb4315f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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;
|