summaryrefslogtreecommitdiff
path: root/popt.h
diff options
context:
space:
mode:
authorjbj <jbj>2002-06-19 18:55:19 +0000
committerjbj <jbj>2002-06-19 18:55:19 +0000
commit1ae7dba01f4ecf02e2567be72894ac8ecfa2bc95 (patch)
tree7f0adab86f03e634e63d41371e06a09c84667d90 /popt.h
parent9cc5d50d2d29a36c72176e02cae3524a8f1c711e (diff)
downloadlibpopt-1ae7dba01f4ecf02e2567be72894ac8ecfa2bc95.tar.gz
Annotate incondefs in source code.
Diffstat (limited to 'popt.h')
-rw-r--r--popt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/popt.h b/popt.h
index 60d27e6..c756061 100644
--- a/popt.h
+++ b/popt.h
@@ -151,7 +151,7 @@ typedef struct poptItem_s {
* Empty table marker to enable displaying popt alias/exec options.
*/
/*@-exportvar@*/
-/*@observer@*/ /*@checked@*/
+/*@unchecked@*/ /*@observer@*/
extern struct poptOption poptAliasOptions[];
/*@=exportvar@*/
#define POPT_AUTOALIAS { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptAliasOptions, \
@@ -161,7 +161,7 @@ extern struct poptOption poptAliasOptions[];
* Auto help table options.
*/
/*@-exportvar@*/
-/*@observer@*/ /*@checked@*/
+/*@unchecked@*/ /*@observer@*/
extern struct poptOption poptHelpOptions[];
/*@=exportvar@*/
#define POPT_AUTOHELP { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptHelpOptions, \