summaryrefslogtreecommitdiff
path: root/splint.sh
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2002-03-23 22:29:09 +0000
committerPeter Johnson <peter@tortall.net>2002-03-23 22:29:09 +0000
commita6e5b3e16601e258c570dc48aed0128d931d2e4c (patch)
treee69b13d97b6e5305c47e4e41064e190fac2379ea /splint.sh
parent2ad58d8f334d4f94853c03cb178757655d77bcb7 (diff)
downloadyasm-a6e5b3e16601e258c570dc48aed0128d931d2e4c.tar.gz
LCLint is now Splint (www.splint.org).
svn path=/trunk/yasm/; revision=543
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 33128c33..bed332de 100755
--- a/splint.sh
+++ b/splint.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-lclint -exportlocal -predbool -boolops +boolint +charint -retvalint -retvalother +ansilimits -I/usr/local/include -I.. -Iarch/x86 -I. -DHAVE_CONFIG_H -DHAVE_BOGUS_SYS_QUEUE_H -Dlint main.c options.c arch.c bytecode.c errwarn.c expr.c file.c floatnum.c globals.c intnum.c parser.c section.c arch/x86/x86arch.c arch/x86/x86bc.c arch/x86/x86expr.c objfmts/dbg/dbg-objfmt.c parsers/nasm/nasm-parser.c preprocs/raw/raw-preproc.c optimizers/basic/basic-optimizer.c ../nasm-bison.c symrec.c hamt.c
+splint -exportlocal -predbool -boolops +boolint +charint -retvalint -retvalother +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