cvsuser     02/11/01 22:02:05

  Modified:    config/gen/makefiles root.in
  Log:
  loosen things a bit more
  
  Revision  Changes    Path
  1.53      +3 -1      parrot/config/gen/makefiles/root.in
  
  Index: root.in
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -w -r1.52 -r1.53
  --- root.in   1 Nov 2002 03:32:51 -0000       1.52
  +++ root.in   2 Nov 2002 06:02:05 -0000       1.53
  @@ -147,7 +147,9 @@
   # note: +distinctinternalnames with +externalnamelen at 8 characters
   #       (the ANSI standard) is not going to fly for us.
   LINTFLAGS = -weak +showscan +showsummary +posixstrictlib -abstract +aliasunique 
+ansireserved +ansireservedinternal +assignexpose +bitwisesigned +boolcompare 
+booltype BOOLVAL +casebreak -castfcnptr -charint +continuecomment +controlnestdepth 
15 +cppnames +declundef +distinctinternalnames +evalorder +fielduse +forcehints -globs 
+imptype +includenest 8 +incondefs +incondefslib +linelen 9999 +longintegral 
+macroassign +macroempty +macroredef +matchanyintegral +nestedextern +noeffect 
+readonlystrings +realcompare +shadow -type
  -LINTFLAGS2 = $(LINTFLAGS) -ansireserved -retvalother
  +
  +# slightly weaker, more realistic variant.
  +LINTFLAGS2 = $(LINTFLAGS) -ansireserved -retvalother -bitwisesigned
   
   ###############################################################################
   #
  
  
  


Reply via email to