summaryrefslogtreecommitdiff
path: root/popt.h
diff options
context:
space:
mode:
authorjbj <jbj>2010-06-13 19:14:53 +0000
committerjbj <jbj>2010-06-13 19:14:53 +0000
commitdfcb0a9e1df1694d111c6779505b68421226b4f7 (patch)
treec5c343effad5ed5dfeaa448e3fbaacd5a480a5a1 /popt.h
parentbfd0c5e6d5416bd0ee29074283727ed3231f905b (diff)
downloadlibpopt-dfcb0a9e1df1694d111c6779505b68421226b4f7.tar.gz
- add an RPN calculator to do logical and add/subtract operations.
Diffstat (limited to 'popt.h')
-rw-r--r--popt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/popt.h b/popt.h
index a8b3b4b..f9222c6 100644
--- a/popt.h
+++ b/popt.h
@@ -71,6 +71,7 @@
#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000U /*!< show default value in --help */
#define POPT_ARGFLAG_RANDOM 0x00400000U /*!< random value in [1,arg] */
#define POPT_ARGFLAG_TOGGLE 0x00200000U /*!< permit --[no]opt prefix toggle */
+#define POPT_ARGFLAG_CALCULATOR 0x00100000U /*!< argDescr has RPN string */
/*@}*/