components/gnump/patches/012-gen-fib.c.patch
changeset 7812 ffe9ca8c9421
parent 7810 89b7621146f8
child 7813 d18938ebcb0d
equal deleted inserted replaced
7810:89b7621146f8 7812:ffe9ca8c9421
     1 --- gen-fib.c	2010-01-07 12:09:02.000000000 -0800
       
     2 +++ gen-fib.c	2011-05-02 12:12:20.321335724 -0700
       
     3 @@ -72,7 +72,7 @@
       
     4    printf ("/* This file generated by gen-fib.c - DO NOT EDIT. */\n");
       
     5    printf ("\n");
       
     6    printf ("#if GMP_NUMB_BITS != %d\n", numb_bits);
       
     7 -  printf ("Error, error, this data is for %d bits\n", numb_bits);
       
     8 +  printf ("#error \"this data is for %d bits\"\n", numb_bits);
       
     9    printf ("#endif\n");
       
    10    printf ("\n");
       
    11    printf ("#define FIB_TABLE_LIMIT         %d\n", fib_limit);