OSDN Git Service

Rename regex.c to regex_old.c
authorPeter S. Mazinger <ps.m@gmx.net>
Mon, 28 Nov 2005 16:39:11 +0000 (16:39 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Mon, 28 Nov 2005 16:39:11 +0000 (16:39 -0000)
libc/misc/regex/Makefile.in
libc/misc/regex/regex_old.c [moved from libc/misc/regex/regex.c with 99% similarity]

index 50d2c2d..5c86e87 100644 (file)
@@ -6,7 +6,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-CSRC:=regex.c
+CSRC:=regex_old.c
 
 MISC_REGEX_DIR:=$(top_srcdir)libc/misc/regex
 MISC_REGEX_OUT:=$(top_builddir)libc/misc/regex
similarity index 99%
rename from libc/misc/regex/regex.c
rename to libc/misc/regex/regex_old.c
index 10fd952..3e9d2eb 100644 (file)
@@ -651,12 +651,12 @@ typedef enum
 #  ifdef MBS_SUPPORT
 #   define WCHAR
 #   define INSIDE_RECURSION
-#   include "regex.c"
+#   include "regex_old.c"
 #   undef INSIDE_RECURSION
 #  endif
 #  define BYTE
 #  define INSIDE_RECURSION
-#  include "regex.c"
+#  include "regex_old.c"
 #  undef INSIDE_RECURSION
 # endif
 #endif