]> Pileus Git - ~andy/gtk/commit
Bug 670499-gtk/fallback-c89.c: Add fallback for nearbyint()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 5 Apr 2012 14:55:15 +0000 (22:55 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 3 May 2012 03:59:16 +0000 (11:59 +0800)
commit5f61f40601dbce3597c40caddd9fd6c0415a47ad
treebdacf74ac89acc16a28d7b3f1ad8365f368e83d1
parenta5626c489e7f6ea467b3bf665a928b4f9bfa88f1
Bug 670499-gtk/fallback-c89.c: Add fallback for nearbyint()

This adds a C89 implementation for nearbyint() as it is a function that
is only made available in C99.
gtk/fallback-c89.c