diff src/fn-cache.cc @ 2926:66ef74ee5d9f

[project @ 1997-05-05 03:20:52 by jwe]
author jwe
date Mon, 05 May 1997 03:40:21 +0000
parents 8b262e771614
children 7a5a5da64756
line wrap: on
line diff
--- a/src/fn-cache.cc	Sat May 03 21:24:19 1997 +0000
+++ b/src/fn-cache.cc	Mon May 05 03:40:21 1997 +0000
@@ -26,7 +26,7 @@
 
 #include <string>
 
-#include "file-ops.h"
+#include "file-stat.h"
 #include "str-vec.h"
 
 #include <defaults.h>
@@ -84,7 +84,7 @@
   if (instance)
     retval = instance->do_list (path, no_suffix);
   else
-    panic_impossible ();
+    error ("unable to create file name cache object!");
 
   return retval;
 }