# New Ticket Created by  "Paul Cochrane" 
# Please include the string:  [perl #40616]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40616 >


Hi,

This patch enables splint (a lint variant) to check further through
the parrot source than it currently does.  The patch consists of three
parts:

1) addition of "-Icompilers/ast" to the splint makefile targets so
that splint can find compilers/ast/ast.h;
2) +skipposixheaders has been added to the SPLINTFLAGS2 variable so
that parse errors in posix headers don't cause splint to die with an
error too early on;
3) and correction of typos in the SPLINTOPTS variable example comment.

Splint, unfortunately, still can't get all the way through the Parrot
source, but it gets further than it used to!

Comments welcome,

Paul

files affected:

config/gen/makefiles/root.in

Attachment: makefiles_root_in_splint.patch
Description: Binary data

Reply via email to