X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/f64eb323a5798e155cc494043f5f750abf50a482..d164793c40f92287fd6a59c120139569a807b130:/lib/keyword.h diff --git a/lib/keyword.h b/lib/keyword.h index 1fa3e56..783f0b7 100644 --- a/lib/keyword.h +++ b/lib/keyword.h @@ -115,7 +115,7 @@ extern kw_unkhookfn *kw_unkhook; /*----- Argument list macros ----------------------------------------------*/ -/* These macros is intended to be conveniences rather than a proper +/* These macros are intended to be conveniences rather than a proper * abstraction. Functions with more complicated interfaces, and their * callers, will have to make their own arrangements. */ @@ -145,7 +145,7 @@ extern kw_unkhookfn *kw_unkhook; #define KWARGS(body) body KW__END #define KW__END ((const char *)0) -/* --- @NO_KWARGS@ --- * +/* --- @NO_KWARGS@ --- * * * Arguments: --- * @@ -164,7 +164,7 @@ extern kw_unkhookfn *kw_unkhook; * otherwise useful warning go away in this case where it's not wanted. */ -/* --- @K@ --- * +/* --- @K@ --- * * * Arguments: @kw@ = keyword name, as an unquoted token list * @val@ = keyword value, as an expression