#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
This commit is contained in:
@@ -83,9 +83,9 @@
|
|||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
#include "regex_internal.h"
|
#include "regex_internal.h"
|
||||||
|
|
||||||
#include "regex_internal.c"
|
#include "regex_internal.ci"
|
||||||
#include "regcomp.c"
|
#include "regcomp.ci"
|
||||||
#include "regexec.c"
|
#include "regexec.ci"
|
||||||
|
|
||||||
/* Binary backward compatibility. */
|
/* Binary backward compatibility. */
|
||||||
#if _LIBC
|
#if _LIBC
|
||||||
|
|||||||
Reference in New Issue
Block a user