mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Split split parameters into separate lines to make it much easier to edit.
svn path=/trunk/yasm/; revision=597
This commit is contained in:
parent
78f566c510
commit
7325626c6a
1 changed files with 43 additions and 1 deletions
44
splint.sh
44
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue