From 69f4b817db948891186ad811a5c3f1f6db20f336 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Mon, 18 Apr 2005 14:24:22 +0000 Subject: [PATCH] #include the .ci files instead of the .c files git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1646 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/regex/regex.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sc2/src/regex/regex.c b/sc2/src/regex/regex.c index 7a4f304cd..45d4a360c 100644 --- a/sc2/src/regex/regex.c +++ b/sc2/src/regex/regex.c @@ -83,9 +83,9 @@ #include #include "regex_internal.h" -#include "regex_internal.c" -#include "regcomp.c" -#include "regexec.c" +#include "regex_internal.ci" +#include "regcomp.ci" +#include "regexec.ci" /* Binary backward compatibility. */ #if _LIBC