diff options
author | jbj <devnull@localhost> | 1999-10-04 19:40:03 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-10-04 19:40:03 +0000 |
commit | cabcec362682a5bd68d5acc2191333cb903a2e4e (patch) | |
tree | 5f0d997e93e252f38bacceac68d9c223bb237b29 /build/parseScript.c | |
parent | 767f75648fb05790ddb3200cba8ddf730a136dd2 (diff) | |
download | librpm-tizen-cabcec362682a5bd68d5acc2191333cb903a2e4e.tar.gz librpm-tizen-cabcec362682a5bd68d5acc2191333cb903a2e4e.tar.bz2 librpm-tizen-cabcec362682a5bd68d5acc2191333cb903a2e4e.zip |
lclint annotations from build.
CVS patchset: 3366
CVS date: 1999/10/04 19:40:03
Diffstat (limited to 'build/parseScript.c')
-rw-r--r-- | build/parseScript.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/parseScript.c b/build/parseScript.c index 8ce55a057..6802b0de6 100644 --- a/build/parseScript.c +++ b/build/parseScript.c @@ -36,9 +36,9 @@ static int addTriggerIndex(Package pkg, char *file, char *script, char *prog) } /* these have to be global because of stupid compilers */ - static char *name; - static char *prog; - static char *file; + /*@observer@*/ /*@null@*/ static char *name; + /*@observer@*/ /*@null@*/ static char *prog; + /*@observer@*/ /*@null@*/ static char *file; static struct poptOption optionsTable[] = { { NULL, 'p', POPT_ARG_STRING, &prog, 'p', NULL, NULL}, { NULL, 'n', POPT_ARG_STRING, &name, 'n', NULL, NULL}, |