Author: paultcochrane Date: Fri Jul 6 06:50:24 2007 New Revision: 19641 Modified: branches/splint/src/pmc/bigint.pmc
Log: [src] Getting splint to ignore bigint as gmp was causing splint to barf. This gets splint to the last file before failing completely. This means we have almost 100% splint coverage. Many thanks to Infinoid++ for providing this change. Modified: branches/splint/src/pmc/bigint.pmc ============================================================================== --- branches/splint/src/pmc/bigint.pmc (original) +++ branches/splint/src/pmc/bigint.pmc Fri Jul 6 06:50:24 2007 @@ -22,6 +22,7 @@ */ +#ifndef S_SPLINT_S #include "parrot/parrot.h" /* @@ -1311,6 +1312,8 @@ } +#endif /* S_SPLINT_S */ + /* =back
