summaryrefslogtreecommitdiff
path: root/gdk/fallback-c89.c
Commit message (Collapse)AuthorAgeFilesLines
* fallback-c89: Include config.hTimm Bäder2017-05-031-0/+2
| | | | It holds all the HAVE_<func> definitions.
* gdk/fallback-c89.c: Add fallback for round()Chun-wei Fan2013-03-131-0/+12
| | | | | | This is essentially done by simply copying from gtk/fallback-c89.c https://bugzilla.gnome.org/show_bug.cgi?id=694339
* Bug 676087-configure.ac: isnan() and isinf() are macros, not functionsNatanael Copa2012-05-161-2/+2
| | | | | The isnan() and isinf() are C99 macros not functions so use AC_CHECK_DECL instead of AC_CHECK_FUNCS for those.
* Fix unclosed commentsMatthias Clasen2012-05-031-6/+8
|
* Bug 670499-Add gdk/fallback-c89.cChun-wei Fan2012-05-031-0/+42
Add a fallback-c89.c for the gdk/ subdirectory as there is code that uses functions that are introduced by C99. This currently adds fallback implementations for MSVC for isnan() and isinf() Dist this "new" source file as well