diff src/gripes.cc @ 2078:4d43f960f2cc

[project @ 1996-04-24 01:12:59 by jwe]
author jwe
date Wed, 24 Apr 1996 01:14:04 +0000
parents 003570e69c7b
children bfb775fb6fe8
line wrap: on
line diff
--- a/src/gripes.cc	Wed Apr 24 00:21:32 1996 +0000
+++ b/src/gripes.cc	Wed Apr 24 01:14:04 1996 +0000
@@ -29,6 +29,12 @@
 #include "pt-const.h"
 
 void
+gripe_not_supported (const char *fcn)
+{
+  error ("%s: not supported on this system", fcn);
+}
+
+void
 gripe_string_invalid (void)
 {
   error ("string constant used in invalid context");