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/testdirpath.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'utils/testdirpath.cc') diff --git a/utils/testdirpath.cc b/utils/testdirpath.cc index c709560..3ffd2cd 100644 --- a/utils/testdirpath.cc +++ b/utils/testdirpath.cc @@ -7,11 +7,10 @@ main () char line [256]; const char *s; const char *found; - CcuDirPath p; + IvlDirPath p; const char* path = getenv ("PATH"); p.AppendEnvPath (path); - while (s = gets (line)) { found = p.FindFile (s); printf ("%s %s\n", found ? "found" : s, found ? found : "not found"); -- cgit v1.1