aboutsummaryrefslogtreecommitdiff
path: root/include/optparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/optparse.h')
-rw-r--r--include/optparse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/optparse.h b/include/optparse.h
index 9fce9e7..5f7eafd 100644
--- a/include/optparse.h
+++ b/include/optparse.h
@@ -30,8 +30,8 @@ struct op_option {
enum op_argkind argtype;
};
-[[__nodiscard__]] rune optparse(struct optparse *, const struct op_option *,
- size_t);
+[[nodiscard]] rune optparse(struct optparse *, const struct op_option *,
+ size_t);
[[_mlib_inline]]
static inline struct optparse