components/gnump/patches/012-gen-fib.c.patch
author Gabriel Carrillo <Gabriel.Carrillo@Oracle.COM>
Thu, 03 May 2012 10:09:44 -0700
branchs11-sru
changeset 2274 cdf332a6c5f1
parent 219 22d9e175d379
permissions -rw-r--r--
Added tag S11SRU7_05 for changeset f05fa0c3ac62

--- 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);