components/gnump/patches/012-gen-fib.c.patch
author Tomas Klacko <tomas.klacko@oracle.com>
Mon, 06 Oct 2014 02:38:58 -0700
changeset 2134 72e005a6a290
parent 219 22d9e175d379
permissions -rw-r--r--
19693809 proftpd.conf should be packaged with overlay=allow

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