# HG changeset patch # User jwe # Date 777738538 0 # Node ID d5ae051388b0ca053fa7bce646b9a4cc7076c19d # Parent 209eafc0681701a3c8fb2e31b26f58f730321ac2 [project @ 1994-08-24 14:28:58 by jwe] diff -r 209eafc06817 -r d5ae051388b0 src/tc-rep.h --- 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