On 2025-06-07 07:10, Remind list wrote:
> I think it's as simple as adding
>
> { "fifth", 5, T_Ordinal, 4 },
>
> at the proper place alphabetially in token.c
Here's that patch:
diff --git a/src/token.c b/src/token.c
index 889af482..0e6166c0 100644
--- a/src/token.c
+++ b/src/token.c
@@ -58,6 +58,7 @@ Token TokArray[] = {
{ "exit", 4, T_Exit, 0 },
{ "expr", 4, T_Expr, 0 },
{ "february", 3, T_Month, 1 },
+ { "fifth", 5, T_Ordinal, 4 },
{ "first", 5, T_Ordinal, 0 },
{ "flush", 5, T_Flush, 0 },
{ "fourth", 6, T_Ordinal, 3 },
_______________________________________________
Remind-fans mailing list
[email protected]
https://dianne.skoll.ca/mailman/listinfo/remind-fans
Remind is at https://dianne.skoll.ca/projects/remind/