From c1f3546185fefe10c4e6585d8aa772a8bea3f26a Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 21 Apr 2018 13:53:37 +0100 Subject: Strings: Add 'infinite'. --- src/parse/propstrings.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse/propstrings.c') diff --git a/src/parse/propstrings.c b/src/parse/propstrings.c index dc32ce9..3c9401b 100644 --- a/src/parse/propstrings.c +++ b/src/parse/propstrings.c @@ -442,6 +442,7 @@ const stringmap_entry stringmap[LAST_KNOWN] = { { "and", SLEN("and") }, { "or", SLEN("or") }, { "only", SLEN("only") }, + { "infinite", SLEN("infinite") }, { "aliceblue", SLEN("aliceblue") }, { "antiquewhite", SLEN("antiquewhite") }, -- cgit v1.2.3