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: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=0f742d6774f2748268d7105dc0d2e88e0a86a7db;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 ff89484..053c8ad 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)