components/gnump/patches/012-gen-fib.c.patch
author Sunil Kumar H G - Oracle Corporation - Bangalore India <sunil.kumar.h.g@oracle.com>
Fri, 22 Mar 2013 09:41:03 -0600
changeset 1228 7c833611f21f
parent 219 22d9e175d379
permissions -rw-r--r--
16164718 update zoneinfo timezones to 2012j(Libya)

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