ICU-2421 Redo Regex C API changes lost in OSS crash

X-SVN-Rev: 14722
This commit is contained in:
Andy Heninger 2004-03-22 22:35:35 +00:00
parent efeb3b480d
commit 8be1908bd3
4 changed files with 10 additions and 4 deletions

View file

@ -71,7 +71,7 @@ funcrepl.o strrepl.o tridpars.o \
cpdtrans.o rbt.o rbt_data.o rbt_pars.o rbt_rule.o rbt_set.o \
nultrans.o remtrans.o titletrn.o tolowtrn.o toupptrn.o anytrans.o \
name2uni.o uni2name.o nortrans.o quant.o transreg.o \
regexcmp.o rematch.o repattrn.o regexst.o ulocdata.o
regexcmp.o rematch.o repattrn.o regexst.o uregex.o ulocdata.o
STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O))

View file

@ -47,7 +47,7 @@ cucdapi.o cucdtst.o custrtst.o cstrcase.o cutiltst.o encoll.o nucnvtst.o nccbtst
cbiditst.o cbididat.o eurocreg.o udatatst.o utf16tst.o utransts.o \
ncnvfbts.o ncnvtst.o putiltst.o cstrtest.o mstrmtst.o utf8tst.o ucmptst.o \
stdnmtst.o ctstdep.o usrchtst.o custrtrn.o sorttest.o trietest.o usettest.o uenumtst.o \
idnatest.o nfsprep.o spreptst.o sprpdata.o hpmufn.o tracetst.o
idnatest.o nfsprep.o spreptst.o sprpdata.o hpmufn.o tracetst.o reapits.o
DEPS = $(OBJECTS:.o=.d)

View file

@ -36,7 +36,7 @@ void addUStringPrepTest(TestNode** root);
void addIDNATest(TestNode** root);
void addHeapMutexTest(TestNode **root);
void addUTraceTest(TestNode** root);
void addURegexTest(TestNode** root);
void addAllTests(TestNode** root)
{
@ -70,6 +70,8 @@ void addAllTests(TestNode** root)
#endif
addHeapMutexTest(root);
addUTraceTest(root);
#if !UCONFIG_NO_REGULAR_EXPRESSIONS
addURegexTest(root);
#endif
}

View file

@ -179,6 +179,10 @@ SOURCE=.\cregrtst.c
SOURCE=.\cregrtst.h
# End Source File
# Begin Source File
SOURCE=.\reapits.c
# End Source File
# End Group
# Begin Group "collation"