changeset 647:d5ae051388b0

[project @ 1994-08-24 14:28:58 by jwe]
author jwe
date Wed, 24 Aug 1994 14:28:58 +0000
parents 209eafc06817
children 4b3702b878fc
files src/tc-rep.h
diffstat 1 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/tc-rep.h	Wed Aug 24 06:41:56 1994 +0000
+++ b/src/tc-rep.h	Wed Aug 24 14:28:58 1994 +0000
@@ -184,9 +184,6 @@
 
   void convert_to_row_or_column_vector (void);
 
-  void force_numeric (int force_str_conv = 0);
-  tree_constant make_numeric (int force_str_conv = 0) const;
-
   void bump_value (tree_expression::type);
 
   void resize (int i, int j);
@@ -381,6 +378,14 @@
 // We want to eliminate this.
 
   constant_type const_type (void) const { return type_tag; }
+
+// We want to get rid of these too:
+
+#if defined (__GNUG__) && __GNUC_MINOR__ < 6
+public:
+#endif
+  void force_numeric (int force_str_conv = 0);
+  tree_constant make_numeric (int force_str_conv = 0) const;
 };
 
 #endif