summaryrefslogtreecommitdiff
path: root/splint.sh
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2002-04-22 01:52:42 +0000
committerPeter Johnson <peter@tortall.net>2002-04-22 01:52:42 +0000
commit78f566c51036baedc770c3926f0b0d37e05aea25 (patch)
tree6dd4febe8f9444b63c165d113056dca9dd74b68d /splint.sh
parenta6d468b938162752435b684e070f0ad91598d594 (diff)
downloadyasm-78f566c51036baedc770c3926f0b0d37e05aea25.tar.gz
Add options: +allglobals -noeffect -shiftnegative.
svn path=/trunk/yasm/; revision=596
Diffstat (limited to 'splint.sh')
-rwxr-xr-xsplint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/splint.sh b/splint.sh
index 3c26ddc1..4d54401c 100755
--- 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