# HG changeset patch # User jwe # Date 796959734 0 # Node ID 68d147abe7ca51c26b6fd0853bc43637d795ff36 # Parent da56532815eed3b0618c01f446d5afa117b0a16e [project @ 1995-04-04 01:42:14 by jwe] diff -r da56532815ee -r 68d147abe7ca src/pt-const.h --- a/src/pt-const.h Mon Apr 03 22:58:40 1995 +0000 +++ b/src/pt-const.h Tue Apr 04 01:42:14 1995 +0000 @@ -300,6 +300,14 @@ int force_vec_conv = 0) const { return rep->complex_vector_value (); } +// Binary and unary operations. + + friend tree_constant do_binary_op (tree_constant& a, tree_constant& b, + tree_expression::type t); + + friend tree_constant do_unary_op (tree_constant& a, + tree_expression::type t); + // Conversions. These should probably be private. If a user of this // class wants a certain kind of constant, he should simply ask for // it, and we should convert it if possible.