summaryrefslogtreecommitdiff
path: root/gtk/gtkrenderbackground.c
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-05-31 16:06:07 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2020-05-31 17:09:23 +0200
commit2d5cf2b4c4b11b2df01363133be80fe25b79252d (patch)
treeb393eeb50596ffbfbb5f106626e4d4eecfe36917 /gtk/gtkrenderbackground.c
parentc5829bd0e2134ed9f05fe9d6fbe1f3156a00352e (diff)
downloadgtk+-2d5cf2b4c4b11b2df01363133be80fe25b79252d.tar.gz
Drop fallback-c89.c
We require a C compiler supporting C99 now. The main purpose of these fallbacks was for MSVC. From what I can see this is now all supported by MSVC 2015+ anyway. The only other change this includes is to replace isnanf() with the (type infering) C99 isnan() macro, because MSVC doesn't provide isnanf().
Diffstat (limited to 'gtk/gtkrenderbackground.c')
-rw-r--r--gtk/gtkrenderbackground.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkrenderbackground.c b/gtk/gtkrenderbackground.c
index e366188852..fb17730900 100644
--- a/gtk/gtkrenderbackground.c
+++ b/gtk/gtkrenderbackground.c
@@ -43,11 +43,6 @@
#include "gsk/gskroundedrectprivate.h"
-/* this is in case round() is not provided by the compiler,
- * such as in the case of C89 compilers, like MSVC
- */
-#include "fallback-c89.c"
-
static void
gtk_theming_background_snapshot_color (GtkCssBoxes *boxes,
GtkSnapshot *snapshot,