From 325530e630c68c7c10a2f4339f5b43434fcd0329 Mon Sep 17 00:00:00 2001 From: sc Date: Tue, 28 Nov 2000 14:19:35 +0000 Subject: Incorporation into IvyLeague Ccu -> Ivl ccu -> ivl Smart pointers disappear (too dangerous) Imakefile disappears (Makefile now) An empty cplus_bugs.h has been created locally --- utils/testregexp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/testregexp.cc') diff --git a/utils/testregexp.cc b/utils/testregexp.cc index 5949ec8..fc8ed34 100644 --- a/utils/testregexp.cc +++ b/utils/testregexp.cc @@ -9,7 +9,7 @@ main (int argc, char** argv) char* s1 = "tota toto"; if (argc > 1) s1 = argv[1]; - CcuRegExp re = s; + IvlRegExp re = s; if (re.Compile ()) { if (re.Match (s1)) printf ("%s\n",s1); -- cgit v1.1