X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fcolors.gperf;h=a836787bf306f082ae19d2862d492e76247c8d26;hb=4390f1c84e8fee51fc22468821e6fc158e783053;hp=96d5b9e5debf7b21d53f9bbf4031228c038e3f4f;hpb=21b4836ac9d6c6725590a925daa5d17eda9843e9;p=libsvgtiny.git diff --git a/src/colors.gperf b/src/colors.gperf index 96d5b9e..a836787 100644 --- a/src/colors.gperf +++ b/src/colors.gperf @@ -17,14 +17,6 @@ #include "svgtiny.h" #include "svgtiny_internal.h" -/* This unusual define shennanigan is to try and prevent the gperf - * generated function from being inlined. This is pointless given - * it (a) is in a separate .c file and (b) has external linkage. - */ -#ifdef __inline -#undef __inline -#define __inline -#endif %} struct svgtiny_named_color;