Author: paultcochrane
Date: Thu Jul 5 13:35:13 2007
New Revision: 19627
Modified:
branches/splint/src/pmc/bigint.pmc
Log:
[src] Reverting gmp.h S_SPLINT_S wrap, as causes a parse error. Many thanks
to Infinoid++ for helping me with this!
Modified: branches/splint/src/pmc/bigint.pmc
==============================================================================
--- branches/splint/src/pmc/bigint.pmc (original)
+++ branches/splint/src/pmc/bigint.pmc Thu Jul 5 13:35:13 2007
@@ -29,9 +29,7 @@
*/
#ifdef PARROT_HAS_GMP
-# ifndef S_SPLINT_S
-# include <gmp.h>
-# endif
+# include <gmp.h>
typedef struct BIGINT {
mpz_t b;
} BIGINT;