components/gnump/patches/012-gen-fib.c.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Mon, 09 May 2011 11:36:28 -0700
changeset 219 22d9e175d379
permissions -rw-r--r--
7041521 GNU MP to Userland 7041522 GNU MPFR to Userland 7041472 appending $(CFLAGS) to $(CXXFLAGS) is wrong and must be removed

--- gen-fib.c	2010-01-07 12:09:02.000000000 -0800
+++ gen-fib.c	2011-05-02 12:12:20.321335724 -0700
@@ -72,7 +72,7 @@
   printf ("/* This file generated by gen-fib.c - DO NOT EDIT. */\n");
   printf ("\n");
   printf ("#if GMP_NUMB_BITS != %d\n", numb_bits);
-  printf ("Error, error, this data is for %d bits\n", numb_bits);
+  printf ("#error \"this data is for %d bits\"\n", numb_bits);
   printf ("#endif\n");
   printf ("\n");
   printf ("#define FIB_TABLE_LIMIT         %d\n", fib_limit);