X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/1c3d4cf54a0edd484c4405f5332d39bb17f1aee0..25f3ce6a509ff9e3a354303023cb2028e9f83b95:/m4/mdw-probe-constant.m4 diff --git a/m4/mdw-probe-constant.m4 b/m4/mdw-probe-constant.m4 index 39165820..bd5a17e7 100644 --- a/m4/mdw-probe-constant.m4 +++ b/m4/mdw-probe-constant.m4 @@ -21,11 +21,11 @@ dnl -*-autoconf-*- ### The idea for this macro came from the AC_C_COMPILE_VALUE macro by ### Ilguiz Latypov; this implementation has a number of advantages: ### -### * it has an immense range of representable values, notably including -### negative numbers; and +### * it has an immense range of representable values, notably including +### negative numbers; and ### -### * it returns the value directly in a shell variable rather than -### inventing an AC_DEFINE for it. +### * it returns the value directly in a shell variable rather than +### inventing an AC_DEFINE for it. ### ### LICENSE ### @@ -126,12 +126,12 @@ AC_DEFUN([mdw__PROBE_CONSTANT_SETUP], MDW__DIGIT(1000000000, d), \\ MDW__DIGIT( 100000000, d), \\ MDW__DIGIT( 10000000, d), \\ - MDW__DIGIT( 1000000, d), \\ - MDW__DIGIT( 100000, d), \\ - MDW__DIGIT( 10000, d), \\ - MDW__DIGIT( 1000, d), \\ - MDW__DIGIT( 100, d), \\ - MDW__DIGIT( 10, d) + MDW__DIGIT( 1000000, d), \\ + MDW__DIGIT( 100000, d), \\ + MDW__DIGIT( 10000, d), \\ + MDW__DIGIT( 1000, d), \\ + MDW__DIGIT( 100, d), \\ + MDW__DIGIT( 10, d) /* Increasingly huge divisions. PN divides by 10^(9*2^N). */ #define MDW__P0 /MDW__G