blob: b51e4af7fa2325685247d28a4b67ad866df71444 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- object/Regex.c.orig Wed Dec 18 22:49:17 2002
+++ object/Regex.c Wed Dec 18 22:49:29 2002
@@ -51,8 +51,8 @@
#define REGEX_CODEIT /* only include sysv regex code once.. */
#include "config.h"
-#include "Regex.h"
#include "Malloc.h"
+#include "Regex.h"
/**************************************************
POSIX
|