components/gnump/patches/012-gen-fib.c.patch
author Petr Cvachoucek <petr.cvachoucek@oracle.com>
Thu, 10 May 2012 22:29:43 -0700
changeset 810 297dc5ace0d5
parent 219 22d9e175d379
permissions -rw-r--r--
7156212 spooled files won't actually print after upgrade from build 10 to build 12

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