Implement Ada min and max operations
[deliverable/binutils-gdb.git] / gdb / ada-lang.c
index eb21748ef6aee430d9270b45764ba080e628d152..418cc04cce1dd195d57940bb1f76dc874f500bd1 100644 (file)
@@ -10394,7 +10394,7 @@ ada_unop_atr (struct expression *exp, enum noside noside, enum exp_opcode op,
 
 /* A helper function for OP_ATR_MIN and OP_ATR_MAX.  */
 
-static struct value *
+struct value *
 ada_binop_minmax (struct type *expect_type,
                  struct expression *exp,
                  enum noside noside, enum exp_opcode op,
This page took 0.026036 seconds and 4 git commands to generate.