summaryrefslogtreecommitdiff
path: root/splint.sh
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2002-04-22 01:55:23 +0000
committerPeter Johnson <peter@tortall.net>2002-04-22 01:55:23 +0000
commit7325626c6af102b4b2b9e18be2d4adc6347a4cd0 (patch)
tree4e9600f5eeac91aa5f94a6316ddce29137698a72 /splint.sh
parent78f566c51036baedc770c3926f0b0d37e05aea25 (diff)
downloadyasm-7325626c6af102b4b2b9e18be2d4adc6347a4cd0.tar.gz
Split split parameters into separate lines to make it much easier to edit.
svn path=/trunk/yasm/; revision=597
Diffstat (limited to 'splint.sh')
-rwxr-xr-xsplint.sh44
1 files changed, 43 insertions, 1 deletions
diff --git a/splint.sh b/splint.sh
index 4d54401c..7d817714 100755
--- a/splint.sh
+++ b/splint.sh
@@ -1,2 +1,44 @@
#!/bin/sh
-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
+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