[svn:parrot] r38767 - trunk/config/gen/makefiles

petdance at svn.parrot.org petdance at svn.parrot.org
Thu May 14 04:53:07 UTC 2009


Author: petdance
Date: Thu May 14 04:53:06 2009
New Revision: 38767
URL: https://trac.parrot.org/parrot/changeset/38767

Log:
Allow really big structs in splint

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Thu May 14 04:11:46 2009	(r38766)
+++ trunk/config/gen/makefiles/root.in	Thu May 14 04:53:06 2009	(r38767)
@@ -1961,6 +1961,7 @@
     -skip-posix-headers \
     \
     +ansi89-limits \
+    +num-struct-fields 255 \
     \
     -show-summary \
     +show-scan \


More information about the parrot-commits mailing list