diff options
Diffstat (limited to 'build/parseDescription.c')
-rw-r--r-- | build/parseDescription.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/parseDescription.c b/build/parseDescription.c index fdd4541dc..009a8ee29 100644 --- a/build/parseDescription.c +++ b/build/parseDescription.c @@ -5,8 +5,8 @@ extern int noLang; /* XXX FIXME: pass as arg */ /* These have to be global scope to make up for *stupid* compilers */ - static char *name; - static char *lang; + /*@observer@*/ /*@null@*/ static char *name; + /*@observer@*/ /*@null@*/ static char *lang; static struct poptOption optionsTable[] = { { NULL, 'n', POPT_ARG_STRING, &name, 'n', NULL, NULL}, |