]> granicus.if.org Git - yasm/commitdiff
Add options: +allglobals -noeffect -shiftnegative.
authorPeter Johnson <peter@tortall.net>
Mon, 22 Apr 2002 01:52:42 +0000 (01:52 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 22 Apr 2002 01:52:42 +0000 (01:52 -0000)
svn path=/trunk/yasm/; revision=596

splint.sh

index 3c26ddc19f70ecca7e1f9c02f4562ce4127822f1..4d54401c38f9323d3245ea8d8b65b3a7b54a0c1a 100755 (executable)
--- a/splint.sh
+++ b/splint.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-splint -exportlocal -predbool -boolops +boolint +charint -retvalint -retvalother -shiftimplementation +ansi89limits -I/usr/local/include -Isrc -Isrc/arch/x86 -I. -DHAVE_CONFIG_H -DHAVE_BOGUS_SYS_QUEUE_H -Dlint src/main.c src/options.c src/arch.c src/bytecode.c src/errwarn.c src/expr.c src/file.c src/floatnum.c src/globals.c src/intnum.c src/parser.c src/section.c src/arch/x86/x86arch.c src/arch/x86/x86bc.c src/arch/x86/x86expr.c src/objfmts/dbg/dbg-objfmt.c src/objfmts/bin/bin-objfmt.c src/parsers/nasm/nasm-parser.c src/preprocs/raw/raw-preproc.c src/optimizers/basic/basic-optimizer.c nasm-bison.c src/symrec.c src/hamt.c
+splint +allglobals -noeffect -exportlocal -predbool -boolops +boolint +charint -retvalint -retvalother -shiftimplementation -shiftnegative +ansi89limits -I/usr/local/include -Isrc -Isrc/arch/x86 -I. -DHAVE_CONFIG_H -DHAVE_BOGUS_SYS_QUEUE_H -Dlint src/main.c src/options.c src/arch.c src/bytecode.c src/errwarn.c src/expr.c src/file.c src/floatnum.c src/globals.c src/intnum.c src/parser.c src/section.c src/arch/x86/x86arch.c src/arch/x86/x86bc.c src/arch/x86/x86expr.c src/objfmts/dbg/dbg-objfmt.c src/objfmts/bin/bin-objfmt.c src/parsers/nasm/nasm-parser.c src/preprocs/raw/raw-preproc.c src/optimizers/basic/basic-optimizer.c nasm-bison.c src/symrec.c src/hamt.c