2002-08-01 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / value.h
index a596f5befce42c865a2b46fc3ce647c4eb53bbe2..448c222df2137aee937e5b6ce9a6e8afaabefe1a 100644 (file)
@@ -242,8 +242,8 @@ do { COERCE_REF(arg);                                                       \
   do { COERCE_ARRAY(arg);  COERCE_ENUM(arg); } while (0)
 
 #define COERCE_VARYING_ARRAY(arg, real_arg_type)       \
-{ if (chill_varying_type (real_arg_type))  \
-    arg = varying_to_slice (arg), real_arg_type = VALUE_TYPE (arg); }
+/* OBSOLETE { if (chill_varying_type (real_arg_type)) */  \
+/* OBSOLETE     arg = varying_to_slice (arg), real_arg_type = VALUE_TYPE (arg); } */ 
 
 /* If ARG is an enum, convert it to an integer.  */
 
This page took 0.052933 seconds and 4 git commands to generate.