comparison src/gripes.cc @ 4055:7690958e7726

[project @ 2002-08-18 01:56:58 by jwe]
author jwe
date Sun, 18 Aug 2002 01:56:59 +0000
parents b80bbb43a1a9
children f3c21a1d1c62
comparison
equal deleted inserted replaced
4054:ac132116db86 4055:7690958e7726
24 #include <config.h> 24 #include <config.h>
25 #endif 25 #endif
26 26
27 #include "error.h" 27 #include "error.h"
28 #include "gripes.h" 28 #include "gripes.h"
29 #include "ov.h" 29 #include "oct-obj.h"
30 30
31 void 31 void
32 gripe_not_supported (const char *fcn) 32 gripe_not_supported (const char *fcn)
33 { 33 {
34 error ("%s: not supported on this system", fcn); 34 error ("%s: not supported on this system", fcn);