On 12/14/2016 02:25 AM, Andreas Schwab wrote:
On Dez 14 2016, Martin Sebor <mse...@gmail.com> wrote:

+#define target_dir_max()   (target_int_max () + 4932 + 2)

+      if (9864 < prec)
+       prec = 9864;

Should these two magic numbers be macroized?

I had considered it and didn't think it was worth it (they are
explained in the comments just above but otherwise more or less
arbitrary except as lower bounds).  Then again, there is no harm
in adding a macro that expands to 4932.  The hard part is coming
up with a good name for it.  Let me see if I can think of one.

Thanks
Martin

Reply via email to