From: Michael Orlitzky Date: Thu, 12 Oct 2023 02:17:34 +0000 (-0400) Subject: src/svgtiny_strings.h: intern "id" for libcss X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=aaf569fcb2705f1042f1a581a114f03b77cfda96;p=libsvgtiny.git src/svgtiny_strings.h: intern "id" for libcss As a prerequisite for implementing a libcss node_id() select handler, we intern the string "id" that it will need access to. --- diff --git a/src/svgtiny_strings.h b/src/svgtiny_strings.h index dfd6c22..38fdd2c 100644 --- a/src/svgtiny_strings.h +++ b/src/svgtiny_strings.h @@ -10,6 +10,7 @@ #define SVGTINY_STRING_ACTION(s) SVGTINY_STRING_ACTION2(s,s) +SVGTINY_STRING_ACTION(id) SVGTINY_STRING_ACTION(svg) SVGTINY_STRING_ACTION(viewBox) SVGTINY_STRING_ACTION(a)