summaryrefslogtreecommitdiff
path: root/splint.sh
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2002-01-09 00:04:09 +0000
committerPeter Johnson <peter@tortall.net>2002-01-09 00:04:09 +0000
commit5ad58cef6b08650b9666f9dc86b4f1663a891977 (patch)
treec9c038025f65b9d2215491dc1774fa2e79404b1c /splint.sh
parent8857243d8a511b3691e8dec1c3971328c2a90b2e (diff)
downloadyasm-5ad58cef6b08650b9666f9dc86b4f1663a891977.tar.gz
Correct for renamed/moved files.
svn path=/trunk/yasm/; revision=428
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 559fdf3e..96474a1f 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/arch.c arch/x86/bytecode.c arch/x86/expr.c objfmts/dbg/objfmt.c parsers/nasm/parser.c preprocs/raw/preproc.c parsers/nasm/bison.c symrec.c hamt.c
+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 ../nasm-bison.c symrec.c hamt.c